You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments