-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
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