-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Closed
Copy link
Labels
C: VAutocompleteC: VComboboxC: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedhas workaround
Description
Environment
Vuetify Version: 3.10.0
Vue Version: 3.5.21
OS: Windows 10 (current)
Steps to reproduce
- Open reproduction link
- Select 6 days of the week from the select
- Also select the last remaining weekday by clicking directly on the checkbox
- 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
Labels
C: VAutocompleteC: VComboboxC: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedhas workaround