vue-bootstrap-select
vue-bootstrap-select copied to clipboard
Focus on Search field
Hello!
I liked your component, I'm not a senior Vue developer.
I can not reach one effect I would like to have.
I would like to focus on the "Search" field on the dropdown click. Is it possible to do now? Or probably this is a small improvement, can you help me, please?
Regards, Anton
<v-select :options="jobs"
:textProp="'name'"
v-model="selectedJobObject"
:searchable="true"
@input="onChange"
>
</v-select>