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>
Agreed, this needs to be added.
Fixed with disabled attribute: <v-select disabled>
Fixed with
disabledattribute:<v-select disabled>
What if I want to disable some fields, but not all of it?
Most helpful comment
What if I want to disable some fields, but not all of it?