Closed
Description
Bug, feature request, or proposal:
Bug (I think)
What is the expected behavior?
For mdInput
to work properly. If a value exists in the box then the placeholder should be over it not on it.
What is the current behavior?
The placeholder is inside the box even though there is a value bound to the input.
What are the steps to reproduce?
http://plnkr.co/edit/eyN8D8oZuEwDhHLINsZ5?p=preview
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
latest Material build from master branch
Is there anything else we should know?
The main issue has been solved by #2455, I'm not sure if this is a bug or not. In my example, once the observable emits 4
, the child component gets this value, it shows it on the view and the input also sets its value to 4
but NG is not aware of the change. It needs another change detection cycle to do so (e.g. by clicking in one of the fields).
Metadata
Metadata
Assignees
Labels
No labels