Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The cursor inside input for chips list should align with the placeholder if floatPlaceholder is set to "never".
What is the current behavior?
Misalignment.
What are the steps to reproduce?
Use floatPlaceholder="never"
on default example.
What is the use-case or motivation for changing an existing behavior?
Design.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Latest on Plunker.
Is there anything else we should know?
Maybe related: #8448