Vue-select: readonly or disabled not work in vue-select

Created on 23 Jul 2017  路  3Comments  路  Source: sagalbot/vue-select

I need change field to readonly for some user. However, I found that readonly or disabled not work in vue-select. please fix it.

<v-select :readonly="var"></v-select>
feature request

Most helpful comment

Fixed with disabled attribute: <v-select disabled>

What if I want to disable some fields, but not all of it?

All 3 comments

Agreed, this needs to be added.

Fixed with disabled attribute: <v-select disabled>

Fixed with disabled attribute: <v-select disabled>

What if I want to disable some fields, but not all of it?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edalzell picture edalzell  路  3Comments

lau-a picture lau-a  路  3Comments

ducdev picture ducdev  路  3Comments

gilles6 picture gilles6  路  3Comments

threeaccents picture threeaccents  路  3Comments