We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The chosen module provides a little X next to items that have been selected, but it is not implemented in a way that is accessible.
<button type="button" tabindex="-1" class="search-choice-close" data-option-array-index="2"></button>
The button element needs to have some text inside it for screen readers. I recommend the following:
<button type="button" tabindex="-1" class="search-choice-close" data-option-array-index="2"><span class="visually-hidden focusable">Remove selection</span></button>
The text was updated successfully, but these errors were encountered:
Chosen remove item X is not accessible
d1e5a84
JJJ#47
No branches or pull requests
The chosen module provides a little X next to items that have been selected, but it is not implemented in a way that is accessible.
Proposed resolution
The button element needs to have some text inside it for screen readers. I recommend the following:
The text was updated successfully, but these errors were encountered: