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): adds comparison ids and aria-describedby spans (angular#30040)
* fix(material/datepicker): adds comparison ids and aria-describedby spans
Updates Angular Components Datepicker calendar-body .ts and
.html files to add id values for if there is a comparison
start/end date and to provide values to their respective
html values to provide an aria-describedby value to be
announced for screenreaders when comparison dates are present.
Fixes b/195600299
* refactor(material/datepicker): removes '-' for proper id recognition
Updates previous fix to remove '-' from the comparison date labels
to allow proper id recognition for the aria-describedby.
Fixes b/195600299
* fix(material/datepicker): update goldens
Updates goldens for previous fix.
0 commit comments