Please tell me if we can customize item-text for v-select ?
item-text
v-select
I want customize each item in v-select, something like this :<
Slot removes autoselect on focus.
item-text tye can be: string | array | function
string | array | function
then we can make:
:item-text="text"
and
methods: { text: item => item.name + ' — ' + item.description }