You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
emyasnikov
changed the title
Selection behavior returns object instead of item value
VTreeSelect - selection behavior returns object instead of item value
Aug 11, 2021
I don't know if this is the right place where returnObject is getting override, but here I see at least a mention of the property VTreeSelectList.ts#69. Unfortunatelly, VTreeSelect seems to be broken, when I build the lib myself and install package from drive, so I cannot test it properly.
It seems that selection behavior returns object instead of attribute defined in
item-value
even with:return-object="false"
. See https://vuetifyjs.com/en/api/v-treeview/#props-return-objectThe text was updated successfully, but these errors were encountered: