We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just tried to use this package from the example of simpleschema for the Meteor.users collection
as here : https://github.com/aldeed/meteor-collection2/blob/master/README.md#attaching-a-schema-to-a-collection
It would be nice to get a working example with some basic collections.
This package is really really promising!! very excited about this :) Great job!
The text was updated successfully, but these errors were encountered:
Sorry, recursion for [Object] fields does not supported now.
You may use autoform: omit: true for exclude emails
autoform: omit: true
data = AutoForm.Fixtures.getPreData(ss) # Then fill emails data here data["emails"] = {} data = AutoForm.Fixtures.normalizeData(data)
Sorry, something went wrong.
Okay! thats cool, didnt know you could do that :)
On 13 January 2015 at 21:36, comerc [email protected] wrote:
Sorry, recursion for Object fields does not supported now. You may use autoform: omit: true for exclude emails data = AutoForm.Fixtures.getPreData(ss)# Then fill emails data here data["emails"] = {} data = AutoForm.Fixtures.normalizeData(data) — Reply to this email directly or view it on GitHub #1 (comment) .
Sorry, recursion for Object fields does not supported now.
data = AutoForm.Fixtures.getPreData(ss)# Then fill emails data here data["emails"] = {} data = AutoForm.Fixtures.normalizeData(data)
— Reply to this email directly or view it on GitHub #1 (comment) .
Kevin O'Hagan @kevohagan +0034685245319 Palma de Mallorca, Spain
No branches or pull requests
I just tried to use this package from the example of simpleschema for the Meteor.users collection
as here : https://github.com/aldeed/meteor-collection2/blob/master/README.md#attaching-a-schema-to-a-collection
It would be nice to get a working example with some basic collections.
This package is really really promising!! very excited about this :)
Great job!
The text was updated successfully, but these errors were encountered: