Vuetify Version: 2.0.9
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.100
OS: Windows 10
Item "One" should be selected in the UI, as it's available in data.
Item "One" is not selected in the UI.
https://codepen.io/Toilal/pen/vYBgaeB
If something change the selection after it's creation, everything is working properly.
My current workaround
mounted () {
const selection = clone(this.selection)
this.selection = selection
}
Most helpful comment
My current workaround