koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
548 stars 155 forks source link

Hide/disable delete button for array items #206

Closed Sjoerd82 closed 3 years ago

Sjoerd82 commented 3 years ago

There are situation in which the user is allowed to edit and add, but NOT remove an array item. Is there a way we can set such property for an "Array"-section? If not, could this feature be added?

image