Commit 457ce69
authored
fix(material/datepicker): datepicker row count inaccurate for screen reader (#28760)
Fixes a bug in the Angular Material datepicker component where the divider
row is being counted as a row. This is because the 'aria-hidden=true' was
placed on its child th tag as opposed to the divider tr tag.
Fixes #284761 parent 4473a37 commit 457ce69
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments