Skip to content

[Bug Report][3.8.1] VCheckboxBtn no longer functions correctly when used within VList #21239

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

Closed
danholladayrexel opened this issue Apr 9, 2025 · 1 comment
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

Comments

@danholladayrexel
Copy link

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/#...

@MatthewAry MatthewAry added T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke C: VCheckbox C: VListItem labels Apr 9, 2025
@github-actions github-actions bot removed the S: triage label Apr 9, 2025
@danholladayrexel
Copy link
Author

The documentation has been updated in eb64311 to reflect the updated usage of VCheckboxBtn within a VList.

Here is a Play link demonstrating the change: Checkboxes in VList

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants