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
There are some accessibility issues with this gem. I am working on some fixes now but they aren't perfected yet. :)
The date range slider form accessibility issues on our site
The form tag is not labelled but the slider is well identified and useable. I added an aria-labelledby to the partial _range_limit_pane in our site but I think it needs to be a bit different.
There are some accessibility issues with this gem. I am working on some fixes now but they aren't perfected yet. :)
The date range slider form accessibility issues on our site
The form tag is not labelled but the slider is well identified and useable. I added an
aria-labelledby
to the partial_range_limit_pane
in our site but I think it needs to be a bit different.Possible fixes
Add a label https://www.w3.org/WAI/tutorials/forms/labels/
Use this gem to add a label to the form WAIAble 1.0.0 released! Now you can make your Rails forms accessible.
The text was updated successfully, but these errors were encountered: