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
546 stars 155 forks source link

Questions about select with dependency #271

Closed Vision70 closed 1 month ago

Vision70 commented 3 years ago

Hello,

How can I show the child select without needs to select an item in the parent select?

How can I clear the child select when I change the parent select value?

Thanks in advanced.

Marcelo