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/chips): chip input not showing placeholder (#30664)
The chip input is inheriting some styles from `MatInput` which were causing it not to show its placeholder unless it's focused.
These changes override the inherited styles to show it correctly.
Fixes#16380.
0 commit comments