Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Refresh the state (including placeholder) automatically on async chips update.
What is the current behavior?
The placeholder remains there if chips are updated async and floatPlaceholder
is set to "never"
. (State refreshes and placeholder disappears when I click inside input.)
What are the steps to reproduce?
https://plnkr.co/edit/WHW38I60XQkeo6Bl9KA2?p=preview
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Latest on Plunker.
Is there anything else we should know?
Maybe related: #8448