We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.5.9 Vue Version: 3.4.21 Browsers: Safari 17.4 OS: Mac OS 10.15.7
Set the opened prop directly in the template, or using data
The tree opens
The tree remains closed
https://play.vuetifyjs.com/#...
It does work if setting the opened after mounting the tree-view, by setting the opened prop in the mounted hook, but you can't pass it directly.
I think it might be because of the watcher on openAll: https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VTreeview/VTreeview.tsx#L107
The text was updated successfully, but these errors were encountered:
feat(VTreeview): port open-on-click prop to v3 & enhancement (#20038)
cb6b5ff
fixes #20009 fixes #20095 fixes #19414 fixes #20106
e9c69cc
e463f3b
yuwu9145
No branches or pull requests
Environment
Vuetify Version: 3.5.9
Vue Version: 3.4.21
Browsers: Safari 17.4
OS: Mac OS 10.15.7
Steps to reproduce
Set the opened prop directly in the template, or using data
Expected Behavior
The tree opens
Actual Behavior
The tree remains closed
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
It does work if setting the opened after mounting the tree-view, by setting the opened prop in the mounted hook, but you can't pass it directly.
I think it might be because of the watcher on openAll: https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VTreeview/VTreeview.tsx#L107
The text was updated successfully, but these errors were encountered: