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

Add autocomplete to combobox #216

Open paul-asvb opened 3 years ago

paul-asvb commented 3 years ago

instead of activating autocomplete in the combobox on the length on the content

https://github.com/koumoul-dev/vuetify-jsonschema-form/blob/57f10be79f843a87c3c48ffc0e1a647118964e36/lib/mixins/SelectProperty.js#L282

propagate the autocomplete as a property.

Example can be found here:

https://github.com/paul-asvb/vuetify-form-example/blob/0b253b117fb15f363eed6e5d1a7b856de31a428d/src/App.vue#L68