Vue-select: Set dropdown open default

Created on 4 Aug 2017  路  1Comment  路  Source: sagalbot/vue-select

it's possible set the dropdown open by default on load?

Most helpful comment

You can, but it's not the cleanest syntax. open is currently a data property, and should be a prop,
but this works:

http://jsbin.com/nirasoy/edit?html,js,output

>All comments

You can, but it's not the cleanest syntax. open is currently a data property, and should be a prop,
but this works:

http://jsbin.com/nirasoy/edit?html,js,output

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidalvarezr picture davidalvarezr  路  3Comments

twz915 picture twz915  路  3Comments

jluterek picture jluterek  路  3Comments

rudykaze picture rudykaze  路  3Comments

xuwenhao picture xuwenhao  路  3Comments