Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.7.3] Aria-Controls Attribute Not Present on Expanded V-Autocomplete #20843

Open
gracecicc opened this issue Jan 6, 2025 · 0 comments

Comments

@gracecicc
Copy link

Environment

Vuetify Version: 3.7.3
Vue Version: 3.4.34
Browsers: Chrome 131.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

Go to reproduction link
Open the autocomplete.
Using arrow keys, focus one of the options in the autocomplete menu. This way the menu will stay open when you run the accessibility scan.
Open axe accessibility tools and run scan of page.
See error: 'Required Aria Attributes Must be Provided'. Error description shows that the active v-autocomplete is missing the aria-controls attribute.

Expected Behavior

Aria-controls attribute should be updated when autocomplete becomes active.

Actual Behavior

Aria-controls attribute is not present at all.

Reproduction Link

https://play.vuetifyjs.com/#...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant