[Bug Report][3.7.0] Can't open a v-list-group programmatically via its parent v-list's v-model:opened #20354
Labels
C: VList
VList
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 3.7.0
Vue Version: 3.4.38
Browsers: Firefox 129.0
OS: Ubuntu undefined
Steps to reproduce
Click the "Open Users" button.
Expected Behavior
The Users v-list-group should be opened.
Actual Behavior
The Users v-list-group doesn't get opened.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The v-model:opened is printed on the preview too. When you click the button, you can see that a 'Users' string is programmatically pushed into the v-model:opened array, but nothing happens with the v-list-group.
When you repeatedly click the v-list-group activator itself, you can see how that 'Users' string correctly appears and disappears from the array.
It looks like that v-model only works in one way (from child to parent).
The text was updated successfully, but these errors were encountered: