You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/#...
The text was updated successfully, but these errors were encountered: