simple-schema Questions

2

Solved

In my Stacks schema i have a dimensions property defined as such: dimensions: { type: [String], autoform: { options: function() { return Dimensions.find().map(function(d) { return { label: d....

4

I'm using collection2 and I'm trying to get it to handle validation is a specific way. I have a profile schema which looks kind of like this: Schema.UserProfile = new SimpleSchema({ name: { type...
Droplight asked 24/1, 2016 at 14:56

1

Solved

I need some advice for building a correct role schema and management in my meteor-app. Structure Im using alanning:[email protected] for adding role management functionallity to the app. T...
Secco asked 16/9, 2015 at 12:30

1

Solved

I have the following SimpleSchema where I am trying to add custom validation to validate against entering duplicate customer name, yet whenever I try to save a new customer I get error: Exceptio...
1

© 2022 - 2024 — McMap. All rights reserved.