This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Changing only part of date (input) does not change form's pristine state (Chrome) #12207
Closed
Description
Have a look at this plnkr.
When (in Chrome) I click the year and type something - say 2015 - and blur the field, model value does not change.
However, when I select the date from calendar and then I delete the year value (select it and hit backspace), then field & form error are set as expected:
Not sure if Angular's or Chrome's issue as in Firefox it is working fine (although there is no date picker).