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
Vuetify Version: 3.7.0 Last working version: 3.6.15 Vue Version: 3.4.38 Browsers: Firefox 129.0 OS: Windows 10
Steps to reproduce
Load the example in de reproduction link. The opened prop is initially filled with some item id's (or even item objects when the opened prop value is changed to opened_by_items).
Expected Behavior
A tree with 'Documents', 'vuetify' and 'src' initially opened.
Even when return-object is used, I expect that I can use item id's in an array as value for the opened prop. When using a v-model:opened combined with return-object, the v-model:opened is filled with complete objects. Even when I use those item objects in the opened prop, those nodes are not opened. This can be verified by using :opened="opened_by_items" in the example of the reproduction link.
Environment
Vuetify Version: 3.7.0
Last working version: 3.6.15
Vue Version: 3.4.38
Browsers: Firefox 129.0
OS: Windows 10
Steps to reproduce
Load the example in de reproduction link. The opened prop is initially filled with some item id's (or even item objects when the opened prop value is changed to opened_by_items).
Expected Behavior
A tree with 'Documents', 'vuetify' and 'src' initially opened.
Actual Behavior
All nodes are initially closed.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Even when return-object is used, I expect that I can use item id's in an array as value for the opened prop. When using a v-model:opened combined with return-object, the v-model:opened is filled with complete objects. Even when I use those item objects in the opened prop, those nodes are not opened. This can be verified by using :opened="opened_by_items" in the example of the reproduction link.
This issue is related: #19414
The text was updated successfully, but these errors were encountered: