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-experimental/mdc-chips): Mirror aria-describedby to matChipInput
Updates mat-chip-grid to associate any ids set for aria-describedby to
the matChipInput instance within the grid, if one exists.
Removes the aria-describedby attribute on the grid itself since it never
receives focus.
Fixes#24542
0 commit comments