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-input): only apply styling when inside a form field
Currently `mat-form-field` brings in the styles for `MatInput`. but the problem is that
they target a class that is applied even to inputs that aren't inside a form field.
These changes aim to prevent CSS from bleeding out by only styling inputs inside a `mat-form-field`.
Fixes#21871.
0 commit comments