Quantcast
Channel: BlogoSfera » schema
Viewing all articles
Browse latest Browse all 10

Meteor AutoForm: How to update schema values with array of sub-documents?

$
0
0

I am new to Meteor AutoForm. I want to update player docs with country doc. Below is my code. If I add{{> afQuickField name="country"}} in AutoForm it doesn’t works. {{> afQuickField name="name"}} alone works fine. How do I add entire country docs (_id,slug,name) in players country field? JS: CountrySchema = new SimpleSchema({ _id: { type: […]

The post Meteor AutoForm: How to update schema values with array of sub-documents? appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 10

Trending Articles