-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
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
[Bug Report][3.5.13] VTreeView Select Functionality (Prepend slot, selectable prop v-model value, click:select event) #19533
Comments
Would be awesome if you could help test PR #19795, this is what I fixed so far |
The return object prop does not seem to be working, and is returning the object keys |
@click:select also does not seem to fire still |
Fixed
Will resolve as a separate fix later |
Environment
Vuetify Version: 3.5.13
Last working version: 2.7.1
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Windows 10
Steps to reproduce
Use a prepend slot in conjunction with the selectable prop on the tree
Utilize the "selectable" prop to populate the v-model array with selected values
Trigger a method when a selectable checkbox is selected
Expected Behavior
Checkbox shows up next to prepend icon
Selecting the "selectable" checkbox adds the value to the v-model array
Event click:select is triggered when checkbox is selected
Actual Behavior
Prepend slot overwrites the checkbox when the "Selectable" prop is selected
Event click:select does not trigger when selecting the built-in checkbox
v-model array for treeview does not update when selectable checkboxes are selected
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
documentation on how to use v-treeview-item would be nice
The text was updated successfully, but these errors were encountered: