-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Bug on IE11 with input and type date, md-hint position
What is the expected behavior?
- md-hint is display on the bottom-left
- input with type=date => no error
What is the current behavior?
- md-hint is display on the bottom-right
- input with type=date => invalid argument error
What are the steps to reproduce?
http://embed.plnkr.co/fKxENX/ (promise error on IE but I have the issue with this kind of test)
Which versions of Angular, Material, OS, browsers are affected?
IE11 only
Is there anything else we should know?
With [attr.type]="type" instead of [type]="type" in input.ts is fine on Firefox, IE11 and Chrome
Add left:0 in .md-hint css classe fix the position issue
JanOschii and bstaley
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent