-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VAutocompleteC: VChipC: VComboboxC: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Milestone
Description
Environment
Vuetify Version: 3.10.11
Vue Version: 3.5.24
OS: Windows 10 (current)
Steps to reproduce
- Have a v-autocomplete, v-select, or v-combobox with
multiple,chips, andclosable-chips. - Make the input readonly, either via a wrapping v-form or direct prop on the input.
- Click the close button on the chips
Expected Behavior
Close button on closable-chips should not deselect items on inputs or in forms that are readonly. This works correctly for disabled inputs, but not for readonly.
Actual Behavior
Close button on chips deselects items
Reproduction Link
https://play.vuetifyjs.com/#...
Images
kelseymcmahon
Metadata
Metadata
Assignees
Labels
C: VAutocompleteC: VChipC: VComboboxC: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected