This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
md-input-container label and placeholder bug #1279
Closed
Description
When you have markup like this:
<md-input-container>
<label>Email</label>
<input type="email" placeholder="[email protected]" required="required" autofocus="autofocus" ng-model="email">
</md-input-container>
You end up with
and
The label covers the placeholder. What should be done about this?
Metadata
Metadata
Assignees
Labels
No labels