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
You should see all the form elements that require labels.
Expected behavior
I would love for an aria label applied to the original select carry over to the text input. Alternatively, I could pass a specific string to the Chosen call to label the text input, i.e. "Find options via autocomplete".
The text was updated successfully, but these errors were encountered:
Me too. Some way to add an aria label would be great. It looks like it is currently making some effort to copy across aria-label. If I set it on the select, the input has aria-label="[object Attr]" added, so it's trying to do something, just not quite getting it right. But the ul also needs an aria-label and, perhaps more problematic, the ul should have children
I'm looking to provide aria labels for chosen's text inputs to satisfy WCAG accessibility requirements, like in this issue in the original repository.
Steps to reproduce
Install the WAVE extension for Firefox or Chrome.
Run the extension on the Chosen demo page.
You should see all the form elements that require labels.
Expected behavior
I would love for an aria label applied to the original select carry over to the text input. Alternatively, I could pass a specific string to the Chosen call to label the text input, i.e. "Find options via autocomplete".
The text was updated successfully, but these errors were encountered: