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

Accessibility #1485

Open
stephenhebert opened this issue Sep 22, 2021 · 1 comment
Open

Accessibility #1485

stephenhebert opened this issue Sep 22, 2021 · 1 comment

Comments

@stephenhebert
Copy link

IIUC, this library / component doesn't seem to support accessibility for visually-impairment / screen-readers.

I'm noticing things like missing labels on the options in the dropdown list and missing labels (or id attribute) on the input when the searchable option is true.

To reproduce, just use any of the demos on the vue-multiselect homepage with a screen reader. (I'm currently using ChromeVox.)

Is there currently any plan to add support for accessibility?

@vincerubinetti
Copy link

I found the same problem with @vueform/multiselect, an oft-recommended alternative to this library. If you look at the HTML for this component, you see no aria-/role/etc attributes. Just divs with tabindex. That's not semantic enough info for a screenreader to make sense of.

vue-select seems to be a possible alternative that considers accessibility. Not sure why I hadn't seen it before. Maybe I thought it was only single select, but it has multiple.

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

3 participants