-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VComboboxT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we brokea11yAccessibility issueAccessibility issue
Description
Environment
Vuetify Version: 3.10.2
Vue Version: 3.5.21
OS: macOS 10.15.7 (current)
Steps to reproduce
- open the reproduction link
- inspect and search for "combobox"
- you should see two "combobox"
Expected Behavior
There should be only one "combobox" role per the component. Ideally on the input
element according to https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/.
Actual Behavior
After 3.9.5, implementation seems to have added "combobox" role on the input
element however, an ancestor element with classname v-field
also has the "combobox" role. Creating issues on a11y users and playwright integrations.
Reproduction Link
https://play.vuetifyjs.com/#...
Images
gracxy and daenamkim
Metadata
Metadata
Assignees
Labels
C: VComboboxT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we brokea11yAccessibility issueAccessibility issue