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
I am using an automated accessibility testing tool called Level Access Assistant. It shows an issue for Select.vue component - aria-controls attribute is lacking.
Describe the solution you'd like
add this line of code :aria-controls="vs${uid}__listbox" in the Select.vue combobox div, right under aria-owns
Additional context
Error message: This DIV (role=combobox) must have all of the following attributes: aria-controls | aria-expanded
The text was updated successfully, but these errors were encountered:
I am using an automated accessibility testing tool called Level Access Assistant. It shows an issue for Select.vue component - aria-controls attribute is lacking.
Describe the solution you'd like
add this line of code :aria-controls="
vs${uid}__listbox
" in the Select.vue combobox div, right underaria-owns
Additional context
Error message: This DIV (role=combobox) must have all of the following attributes: aria-controls | aria-expanded
The text was updated successfully, but these errors were encountered: