Commit 4ca9ac5
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 #28476
(cherry picked from commit 457ce69)1 parent 4e32a4f commit 4ca9ac5
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