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 form controls for the Range Input in the examples do not include accessible labels.
To Reproduce
Steps to reproduce the behavior:
<label>
aria-label
aria-labelledby
Expected behavior
Ideally, a text label could be added to the input.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-17363.
This message was autogenerated
Sorry, something went wrong.
Thank you. You are right. In real scenario range inputs would be accompanied by a label, so the examples should be as well.
Simplest solution would be to add aria-label as you suggested.
No branches or pull requests
The form controls for the Range Input in the examples do not include accessible labels.
To Reproduce
Steps to reproduce the behavior:
<label>
element,aria-label
(oraria-labelledby
on another element).Expected behavior
Ideally, a text label could be added to the input.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: