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

"title" is auto-added to custom components when nested but not top-level #230

Closed
nuclearspike opened this issue Jun 8, 2016 · 2 comments

Comments

@nuclearspike
Copy link

I have a custom field editor for a multi-select dropdown (react-select) and with a somewhat recent change to react-jsonschema-form lib, the titles are no longer showing up on their own for properties at the top-most level. However, when nested fields are using the same editor, the titles are added. My solution originally was to add the label to the custom component, which fixes the top-most level, but then the nested ones now have double titles.

@n1k0
Copy link
Collaborator

n1k0 commented Jun 8, 2016

Would you mind trying to provide a reproducible example, ideally a jsfiddle?

@nuclearspike
Copy link
Author

Everything works great! thanks for the speedy resolution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants