Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mdc-form-field): refresh notch width when toggling appearances (#…
…18776) * fix(material-experimental/mdc-form-field): refresh notch width when toggling appearances Previously, switching between outline and filled appearance caused the notch width to be incorrect in some situations. This is because then notched-outline component does not sync with the underlying MDC component in case width and open state have been set upon `ngOnInit`. * refactor(material/material-experimental): reduce specificity of textarea overrides selector (cherry picked from commit 76c3fb6)
- Loading branch information