Skip to content

FormsModule: untouched text input is not pristine in IE 11 #3256

@macjohnny

Description

@macjohnny

I'm submitting a ... (check one with "x")

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question

Current behavior
When showing a form in IE 11 with an input field, the initial state of the field is not pristine, leading to error messages being shown to the user before he touched the field.

Expected behavior
The field state should be pristine until the user first entered and removed some text. This works fine in e.g. Google Chrome

Minimal reproduction of the problem with instructions
http://embed.plnkr.co/fm7lH2/
The red error message should only be display when the user entered and removed some text.

What is the motivation / use case for changing the behavior?
Form validation errors should only be displayed when a user touched the form.

Please tell us about your environment:
Windows 7 / IE 11

  • Angular version: 2.4.7

  • Browser: IE 11

  • Language: TypeScript

  • Node (for AoT issues): node --version = v6.3.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions