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

Rendering objects in array not supported by SimpleSchema@2 and uniforms #200

Closed
Gervwyk opened this issue Feb 18, 2017 · 0 comments
Closed
Assignees
Labels
Type: Bug Bug reports and their fixes

Comments

@Gervwyk
Copy link
Contributor

Gervwyk commented Feb 18, 2017

With SimpleSchema@ objects in an array worked well. However, after updating to SimpleSchema@2, array objects are not rendered in the array UI. A good example is running:

new SimpleSchema({
    'a':     {type: Array},
    'a.$':   {type: Object},
    'a.$.x': {type: String}
})

in the demo where x is not rendered...

@radekmie radekmie self-assigned this Feb 19, 2017
@radekmie radekmie added the Type: Bug Bug reports and their fixes label Feb 19, 2017
@Monteth Monteth added this to Closed in Open Source (migrated) Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug reports and their fixes
Projects
Archived in project
Development

No branches or pull requests

2 participants