[Bug Report][3.9.5] v-combobox has duplicate "combobox" roles within the component
Open
@J-Sek is already working on this.
Since Sep 23, 2025.
a11y
C: VCombobox
T: bug
T: regression
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
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

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.