plantain-00 / schema-based-json-editor

A reactjs and vuejs component of schema based json editor.
MIT License
168 stars 38 forks source link

Array without index titles? #38

Closed tonisimakov99 closed 10 months ago

tonisimakov99 commented 1 year ago

How to hide array titles?

plantain-00 commented 1 year ago

Maybe add display: none for class schema-based-json-editor--title

tonisimakov99 commented 1 year ago

Maybe add display: none for class schema-based-json-editor--title

it's hide all titles on all controls, need for array only

plantain-00 commented 1 year ago

Maybe add className in array schema, then set styles for it.