Skip to content

[Bug Report][3.10.0] Checkboxes can become out of sync with VSelect model #22052

@RylanBueckert-Broadsign

Description

Environment

Vuetify Version: 3.10.0
Vue Version: 3.5.21
OS: Windows 10 (current)

Steps to reproduce

  1. Open reproduction link
  2. Select 6 days of the week from the select
  3. Also select the last remaining weekday by clicking directly on the checkbox
  4. See that all the days have become unselected except the checkbox for that last day still appears checked

Expected Behavior

Each VSelect item's checkbox is only checked when its value is in the modelValue array.

Actual Behavior

checkbox can get into a state where the item is not selected, but the checkbox is checked

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

Using vue devtools, you can see that the modelValue of the VCheckboxBtn is out of sync with the VSelectionControl that it contains. I have not been able to reproduce the issue with just the checkbox component, so it may be some special interaction with VList or VSelect

Images

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions