Vue-select: Disable search functionality

Created on 6 Mar 2018  路  2Comments  路  Source: sagalbot/vue-select

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?

Most helpful comment

Yep, you can turn searching on/off with the searchable prop.

<v-select :searchable="false" />

All 2 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrozenIce0617 picture FrozenIce0617  路  3Comments

ducdev picture ducdev  路  3Comments

lau-a picture lau-a  路  3Comments

manjunath-coachthem picture manjunath-coachthem  路  3Comments

gilles6 picture gilles6  路  3Comments