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 think in vuetify 2 disabling treeview only disabled selection but not expansion. In our use case what we are looking for is essentially a read-only mode for the tree view. In some cases users should be able to navigate the tree and view what's selected but should not be able to change selections. If there is a different property for that or a workaround please let me know
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.6
Last working version: 2.7.2
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Windows 10
Steps to reproduce
Add :disabled="true" property to the tree view (<v-treeview :disabled="true")
Expected Behavior
Disabled property should disable node selection (per documentation https://vuetifyjs.com/en/api/v-treeview/#props-disabled "Disables selection for all nodes.").
Actual Behavior
In addition to disabling node selection it also disables node expansion
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I think in vuetify 2 disabling treeview only disabled selection but not expansion. In our use case what we are looking for is essentially a read-only mode for the tree view. In some cases users should be able to navigate the tree and view what's selected but should not be able to change selections. If there is a different property for that or a workaround please let me know
The text was updated successfully, but these errors were encountered: