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
546 stars 155 forks source link

Select ignores autocomplete #265

Open metGabm opened 3 years ago

metGabm commented 3 years ago

When a I have a 'Select' component and I add the 'x-display: autocomplete', it doesn't activate this feature. I see that when there are more than 20 items it activates the autocomplete but I want to activate also when there are for example only 5 items. I create this codepen where you can see this behaviour.