react-jsonschema-form
react-jsonschema-form copied to clipboard
"ui:title" set to empty string not hiding label on objects
I saw in another issue in this repo that the way to hide a title/label is to either set "ui:title" to an empty string or set "ui:options: {label: false}". Neither of these work for objects. The only way I got it to work is to add a space to the "empty string" for "ui:title"
Steps to Reproduce
- Go to link above
- See label is showing
- Set "ui:title" to
" "
- See that the label gets hidden
Replicated the same issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please leave a comment if this is still an issue for you. Thank you.