Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeat(datePicker): add support for aria-describedby #11762
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug, enhancement request, or proposal:
Enhancement request
Detailed Reproduction Steps:
What is the expected behavior?
mdDatepicker should support an attribute of 'input-aria-describedby' that accepts element IDs. It should be propagated down to the input element.
mdAutocomplete supports this already:
https://material.angularjs.org/latest/api/directive/mdAutocomplete
What is the current behavior?
There's no easy way to associate the date-picker element with the error messages.
What is the use-case or motivation for changing an existing behavior?
Accessibility/screen readers.
Which versions of AngularJS, Material, OS, and browsers are affected?
Latest