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
I'm not sure if there some configuration I'm missing, but I saw that #20350 was closed and so I'm submitting this more specific example. I have code that is trying to update the tree's opened list when something happens outside of the tree and it doesn't seem to work. This is an oversimplified example. It seems to work ok with an empty list, but not actual items in the treee.
The text was updated successfully, but these errors were encountered:
robertzak
changed the title
[Bug Report][3.7.0] [Bug Report][3.7.0] VTreeview opened prop 2-way bind issues with return-object
[Bug Report][3.7.0] VTreeview opened prop 2-way bind issues with return-object
Aug 22, 2024
Environment
Vuetify Version: 3.7.0
Vue Version: 3.4.38
Browsers: Chrome 127.0.0.0
OS: Windows 10
Steps to reproduce
Click the close button. The tree will close
Click the open button. The tree doesn't open
Expected Behavior
The tree should toggle the Application node open when clicking the open button
Actual Behavior
Nothing happens despite opened being set to the exact object in the item list that should be open
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I'm not sure if there some configuration I'm missing, but I saw that #20350 was closed and so I'm submitting this more specific example. I have code that is trying to update the tree's opened list when something happens outside of the tree and it doesn't seem to work. This is an oversimplified example. It seems to work ok with an empty list, but not actual items in the treee.
The text was updated successfully, but these errors were encountered: