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

FrancescoMussi picture FrancescoMussi  路  3Comments

theseawolves picture theseawolves  路  4Comments

davidalvarezr picture davidalvarezr  路  3Comments

threeaccents picture threeaccents  路  3Comments

twz915 picture twz915  路  3Comments