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

[Selects] Be able to configure the number of item before the v-autocomplete is triggered #258

Open ValDewez opened 3 years ago

ValDewez commented 3 years ago

Hi,

I'm currently using selects properties :

image

But with a number of ~= 25/30 items, the auto complete is triggered and I was wondering if you could add a property to configure the max items before the autocomplete is added to my select. It is currently set to > 20 but it might be nice if the user can change this value.

In your code, this part :

image

Thanks a lot, Have a nice day,

Valentin