a11y: mat-select components can create aria-labelledby attributes with invalid values #12405
Labels
Accessibility
This issue is related to accessibility (a11y)
G
This is is related to a Google internal issue
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
Bug, feature request, or proposal:
a11y bug: mat-select components can create aria-labelledby attributes with invalid values.
What is the expected behavior?
mat-select aria-labelledby values are always valid.
What is the current behavior?
mat-select aria-labelledby values are not always valid.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-vkhysf-pmuokg?file=app/select-value-binding-example.html
What is the use-case or motivation for changing an existing behavior?
Achieving GAR4 in my app.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular + Material: HEAD
OS/TS/Browsers: all
Is there anything else we should know?
I believe the issue was introduced in this commit: e349fe4
The text was updated successfully, but these errors were encountered: