Skip to content

[Bug Report][3.10.11] closable-chips does not respect readonly #22349

@ascott18

Description

@ascott18

Environment

Vuetify Version: 3.10.11
Vue Version: 3.5.24
OS: Windows 10 (current)

Steps to reproduce

  1. Have a v-autocomplete, v-select, or v-combobox with multiple, chips, and closable-chips.
  2. Make the input readonly, either via a wrapping v-form or direct prop on the input.
  3. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions