react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

"ui:title" set to empty string not hiding label on objects

Open RVEIII opened this issue 4 years ago • 2 comments

Playground

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

  1. Go to link above
  2. See label is showing
  3. Set "ui:title" to " "
  4. See that the label gets hidden

RVEIII avatar Aug 28 '20 20:08 RVEIII

Replicated the same issue

joelm10 avatar Oct 29 '20 06:10 joelm10

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.

stale[bot] avatar Jul 30 '22 06:07 stale[bot]