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

How to give 'string' a search suggestions from local? #256

Closed cheezone closed 3 years ago

cheezone commented 3 years ago

The data is saved locally

albanm commented 3 years ago

I just added an example that use the 'x-fromData' annotation to fill a select, see https://koumoul-dev.github.io/vuetify-jsonschema-form/master/examples#select

It is also possible to transform the select into a combobox using the x-display=combobox so that the values are only suggestions.

Please close the issue if you are ok with the response.

cheezone commented 3 years ago

Thanks!