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

Offer a uiSchema option to hide labels

Open jobchong opened this issue 6 years ago • 0 comments

This mostly is for array items, which do not get the label hide objects do.

When this isn't available, a nav tab containing array items will display the default uiSchema title as determined by react-jsonschema-form, which is sometimes undesirable based on how one customises the array field UI.

This option removes some unnecessary repetition in labels, because the nav title already serves as one.

jobchong avatar Jul 22 '19 10:07 jobchong