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.6.11 Vue Version: 3.4.23 Browsers: Chrome 126.0.0.0 OS: Windows 10
I want to add an edit button to each item of the Treeview component, but if I add the activatable attribute, I can only add it to the leaf node
The parent node does not have a button
All nodes can append buttons
https://play.vuetifyjs.com/#...
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.6.11
Vue Version: 3.4.23
Browsers: Chrome 126.0.0.0
OS: Windows 10
Steps to reproduce
I want to add an edit button to each item of the Treeview component, but if I add the activatable attribute, I can only add it to the leaf node
Expected Behavior
The parent node does not have a button
Actual Behavior
All nodes can append buttons
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: