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

FrancescoMussi picture FrancescoMussi  路  3Comments

threeaccents picture threeaccents  路  3Comments

PrimozRome picture PrimozRome  路  4Comments

davidalvarezr picture davidalvarezr  路  3Comments

fabianmieller picture fabianmieller  路  3Comments