Vue-multiselect: How to disable the dropdown

Created on 27 Jun 2017  路  2Comments  路  Source: shentao/vue-multiselect

How do i disable the dropdown ?

Most helpful comment

Pass :disabled="true".

All 2 comments

Pass :disabled="true".

I've tried using required attribute, but it doesn't show error on submitting the form

Was this page helpful?
0 / 5 - 0 ratings