You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a md-icon as a prefix to an input inside of an md-input-container the floating label gets misaligned when using a mdPrefix, as you can see below:
The expected behavior is to have the text aligned with the icon and also have the floating label be at the correct position. As you can see when there is no mdPrefix icon the text is all aligned how it should be:
To reproduce this simply add a mdPrefix to a md-input-container.
Before:
Uh oh!
There was an error while loading. Please reload this page.
When using a
md-icon
as a prefix to an input inside of anmd-input-container
the floating label gets misaligned when using amdPrefix
, as you can see below:The expected behavior is to have the text aligned with the icon and also have the floating label be at the correct position. As you can see when there is no
mdPrefix
icon the text is all aligned how it should be:To reproduce this simply add a
mdPrefix
to amd-input-container
.Before:
and after:
Right now using
mdPrefix
is making the input not look good. If I am using mdPrefix wrong please let me know.The text was updated successfully, but these errors were encountered: