Vuetify: 1.1.1
Vue: 2.5.16
Browsers: Firefox 62.0
OS: Windows 10
The string stored in the item-text field is displayed on the component
The value of item-value is displayed
same issue, will this be solved soon?
How is this workaround?
add return-object
:items="items"
item-text="state"
item-value="abbr"
single-line
return-object
default "select" change to object
return {
select: { state: 'Georgia', abbr: 'GA' },
items: [
{ state: 'Florida', abbr: 'FL' },
{ state: 'Georgia', abbr: 'GA' },
{ state: 'Nebraska', abbr: 'NE' },
{ state: 'California', abbr: 'CA' },
{ state: 'New York', abbr: 'NY' }
]
}
Any news on this one?
Thanks.
I'm having the same issue. Is there an update on this one too?
Thanks.
Any news ?
Most helpful comment
I'm having the same issue. Is there an update on this one too?
Thanks.