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
Not working on actual 3.x version
and since 2.1.7.
Was working on 2.1.6 version.
Steps to reproduce
Open chrome console
go to "Lighthouse" tab
Analyse page load with mode "Navigation", device "Desktop" and category "Accessibility"
Expected behaviour
Should not have accessibility issues
Actual behaviour
I'm using vue-multiselect 2.1.x on my project, can you please make the fix also for 2.x versions ? Thanks !
The text was updated successfully, but these errors were encountered:
antsteyeragorize
changed the title
Accessibility issue with role combobox
Accessibility issue with role combobox: role do not have all required aria attributes
Jun 20, 2024
antsteyeragorize
changed the title
Accessibility issue with role combobox: role do not have all required aria attributes
Accessibility issue: role do not have all required aria attributes
Jun 20, 2024
Hi, I have solved this problem by adding these properties to component where I am using. aria-label="language select" aria-autocomplete="list" aria-expanded="false" aria-controls="popup_listbox"
Reproduction Link
https://vue-multiselect.js.org/#sub-getting-started
Not working on actual 3.x version
and since 2.1.7.
Was working on 2.1.6 version.
Steps to reproduce
Expected behaviour
Should not have accessibility issues
Actual behaviour
I'm using vue-multiselect 2.1.x on my project, can you please make the fix also for 2.x versions ? Thanks !
The text was updated successfully, but these errors were encountered: