Closed
Description
Bug
What is the expected behavior?
Placeholder should be deisplayed above input
What is the current behavior?
Placeholder is hovering value:
What are the steps to reproduce?
<input md-input placeholder="Count" disabled="true" [value]="getCount(product) | async" />
Which versions of Angular, Material, OS, browsers are affected?
OSX - Safari, Chrome (I did not check other browsers)
angular - 2.4.3
material - 2.0.0-beta.1
Is there anything else we should know?
Workaround:
To workaround this problem, add native value
to input.
<input md-input placeholder="Count" disabled="true" value=" " [value]="getCount(product) | async" />
Metadata
Metadata
Assignees
Labels
No labels