I have incorporated vue-multiselect into my project. You can find more information about it here.
This is a snippet of my template structure:
<multiselect v-model="value" :options="options" searchable="true"></multiselect>
When I open the multiselect, the search query is always empty by default.
However, I am looking for a way to set the default search query to be equal to the v-model value.