Skip to content
New issue

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

question: nested array of objects #77

Open
barisro opened this issue Sep 9, 2017 · 0 comments
Open

question: nested array of objects #77

barisro opened this issue Sep 9, 2017 · 0 comments

Comments

@barisro
Copy link

barisro commented Sep 9, 2017

I am not sure if it is even possible but so far I failed to have one select2 field where I can select multiple cities for the schema below. Any help will be appreciated.

"Regions":{
    type:Object,
},
"Regions.Cities":{
    type:Array,
},
"Regions.Cities.$":{
    type:Object,
},
"Regions.Cities.$._id":{
    type:String,
},
"Regions.Cities.$.name":{
    type:Object,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants