You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I suppose this doesn't meet the LTS definition of a critical bug.
But I am going to file it here in case it is - at the very least - helpful to other people.
I spent a lot of time tracking down this issue. It's confusing and non-obvious why this would happen.
I'm submitting a ...
regression from 1.7.0
security issue
issue caused by a new browser version
other
Current behavior:
If you initialise, or clear a <input type="number"> field to blank (ie ""). It's ng-change handler will always be called on submit. Even if it has not been changed.
Expected / new behavior:
Change handler does not get called.
Minimal reproduction of the problem with instructions:
An example