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
538 stars 154 forks source link

Applying Subschemas Conditionally #290

Open johngtb opened 2 years ago

johngtb commented 2 years ago

Hi, any plans on supporting dependentRequired and dependentSchemas as stated here?

albanm commented 2 years ago

Sure, looks quite easy. But I can't say when unfortunately.

marr commented 1 year ago

I was thinking that dependentRequired would be a way to implement a change password flow, conditionally requiring a "confirm password" field. Since dependentRequired is not available in vjsf yet, is there a way to do this using the standard if/then/else or the expression syntax to achieve that result? If so, how?