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

Allow auto-complete for object containers with subschemas #391

Open watterm opened 1 year ago

watterm commented 1 year ago

Hi,

I made a small fix for https://github.com/koumoul-dev/vuetify-jsonschema-form/issues/361, which I opened some time ago. You recently made it possible to force the autocomplete tag in https://github.com/koumoul-dev/vuetify-jsonschema-form/commit/490f19f970ed0cf4f3726c8ed34c84db8e88933e and I would like to have this for conditional subschemas as well. The object container always picks a v-select here, however. This PR basically let's you pick an autocomplete with x-display in that class as well.

I also removed a redundant line in the select property.

Hope this works for you :)