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

Bug: sections #275

Open a0m0rajab opened 2 years ago

a0m0rajab commented 2 years ago

Description: While using allOf to create sections in form, the data is not being filled automatically. yet when I try to write anything and change the data it's changing the value in the model, but if the model was prefilled it does not get the data from it.

Expected behavior: Getting the data from the model.