Hey,
Is it possible to disable search functionality so that when the user clicks on the drop-down, only the drop-down options are presented without any kind of search functionality?
Yep, you can turn searching on/off with the searchable prop.
<v-select :searchable="false" />
Hey there :)
Even if the prop :searchable is false, I still have the searchable input in the DOM.
https://snag.gy/fPMRa4.jpg
I'm using semantic UI and last Vue.js with Nuxt.
Thank you :)
Most helpful comment
Yep, you can turn searching on/off with the
searchableprop.