Vuetify: v-component does not work with array of objects

Created on 19 Oct 2018  路  3Comments  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 1.3.0
Vue: 2.5.17
Browsers: Firefox 60.2.2esr (64-Bit), Google Chrome 69.0.3497.100
OS: Linux/Gentoo

Steps to reproduce

Use a v-combobox with an array of objects,

Expected Behavior

V-model should hold the selected value. Value from {value,text} or as set with item-text and item-value

Actual Behavior

v-model holds complete selected object

Reproduction Link

https://codepen.io/anon/pen/ePreXg

layer 8 issue

Most helpful comment

Add :return-object="false" to combo box, it's true by default

All 3 comments

Add :return-object="false" to combo box, it's true by default

Which is not supported behaviour by the way, so don't complain if it breaks everything.

@jacekkarczmarczyk thank you, had overlooked that, sorry for the noise

@KaelWD if so, it shouldn't be officially documented or the documentation should point out that. I could open a new bugreport about that if necessary

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Webifi picture Webifi  路  3Comments

sebastianmacias picture sebastianmacias  路  3Comments

ricardovanlaarhoven picture ricardovanlaarhoven  路  3Comments

KuroThing picture KuroThing  路  3Comments

smousa picture smousa  路  3Comments