[Bug Report][3.8.1] VCheckboxBtn no longer functions correctly when used within VList #21239
Labels
C: VCheckbox
C: VListItem
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Environment
Vuetify Version: 3.8.1
Last working version: 3.7.19
Vue Version: 3.5.13
Browsers: Chrome 135.0.0.0
OS: Windows 10
Steps to reproduce
Using the Vuetify doc's example:
Click the checkbox(es) and the row does not select or unselect.
The checkboxes show as selected, but the row is not
isSelected
The only way to select/unselect is to click the row.
I believe this issue is caused by PR 20881
Expected Behavior
The checkboxes select the row in the v-list
Actual Behavior
Checkboxes do not apply selection to the list
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: