<v-select
v-model="select_value"
:options="options"
:reduce="val => val.id"
label="title"
item-text="id">
I did set default v-select, but that component has many options with scoll.
When I open v-select, I want it to have focus to the default value.
but it doesn't work like select component.
is it v-select bug?