When I select an option without searching and when I select by using the pagination buttons, it works fine. But when I use the search bar to find an option and I select it, the label show me the ID.
Expected behavior:
It should show me the 'nome (name, translate)' at the label, as it shows me when I don't use the search function.
Describe the bug At first, everything works fine until I search my option and clicking it.
<v-select class="vselect" v-model="filtro.orgao_origem_id" id="selectOrgaoOrigem" :options="paginated" :reduce="nome => nome.id" label="nome" placeholder="Todos" :filterable="false" @search="onSearch">
When I select an option without searching and when I select by using the pagination buttons, it works fine. But when I use the search bar to find an option and I select it, the label show me the ID.
Expected behavior: It should show me the 'nome (name, translate)' at the label, as it shows me when I don't use the search function.
Screenshots:
This is a node example of paginated
This is when I don't use the search function
This is when I use the search function
Desktop:
OS: all Browser: all Version: latest 3