Skip to content

IE11 inputs issues #821

@Mc-Mido

Description

@Mc-Mido

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

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions