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

Behavior of optional objects with required fields #431

Closed saveliy-sviridov closed 3 months ago

saveliy-sviridov commented 3 months ago

It appears that this as of the current version of the library the problem described in this issue I was wondering if you've ever gotten around to exploring any possible solutions or even whether this seems at all solvable without rewriting the entire lib to you? I'm sadly not in a position to modify the schema in a way described in this comment, so I'm trying to find an alternative way to resolve it.

albanm commented 3 months ago

This should be working ok in version 3 (currently 3.0.0-beta.6) for Vue/Vuetify 3. Won't be fixed in version 2.

saveliy-sviridov commented 3 months ago

Ah, that's my issue, I'm still on vue 2. Thank you for your answer.