Commit 0bfa717
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)1 parent b0b44d2 commit 0bfa717
2 files changed
Lines changed: 2 additions & 3 deletions
File tree
- src/material-experimental/mdc-form-field
- directives
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments