-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdInput: bug by adding label and icon? #2452
Comments
See https://material.angularjs.org/#/demo/material.components.input <md-input-container md-no-float>
<md-icon md-svg-src="/demo-partials/input/demoIcons/icons/ic_person_24px.svg" class="name"></md-icon>
<input ng-model="user.name" type="text" placeholder="Name">
</md-input-container> |
None of them has a floating label. Not a good example. Edit: |
@xavikortes - Now I see what the this issue identifies:
|
Sorry in advance i don't know if i should open a new issue or comment on this. |
I think that it needs to be fixed too. |
@xavikortes - open a new bug for milestone 0.10 plz. |
Is impossible to add into a md-input-container an icon and a float label at the same time?
Google specification permit it?
Data superpose the icon at this moment.
Thanks for your response.
The text was updated successfully, but these errors were encountered: