vue-select
vue-select copied to clipboard
Fix(1030): adds a customizable property for aria-label
The aria-label for the search input is currently hard-coded to "Search for option". This causes problems for screen reader users and fails WCAG 2.1 criteria 2.5.3 and 3.3.1.
This PR adds a new property 'ariaLabel' that can be used to change the value of aria-label for the search input. This fixes (or at least partially fixes) the following issues:
- #1030
- #1331
- #1420
Would love to see this implemented! Running into a related issue trying to get a site that uses vue-select with ADA compliance.
@ma31cm @merziy Hello, if you are using Vue 3, welcome to submit a pull request to the following forked repository.
https://github.com/howard-tzw/vue3-select
I have available time to maintain this project, but it may be limited to the Vue 3 version.
@howard-tzw Thank you. @ma31cm Is this something you have time to do?
@merziy You can now use the property of this PR in [email protected], thanks to @ma31cm
@howard-tzw Sorry for the slow reply - somehow your comment completely passed me by! But thank you, that's great 😊