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.
Here is a JSFiddle fork of Miško example for issue #1466. It is reproducible on all stable versions of Angular. It doesn't work for type url and email, however works with type text, search, tel.
The text was updated successfully, but these errors were encountered:
@gleb-svechnikov invalid values have an undefined value, and the change listeners won't be called if the value changes from invalid -> invalid, because the value looks like it hasn't changed. This is still true in more recent versions of angular.
This is working as expected... the model value is undefined while invalid, and the {{debug}} binding won't show it because interpolation uses toJson() for object values, and toJson() won't serialize undefined properties.
Here is a JSFiddle fork of Miško example for issue #1466. It is reproducible on all stable versions of Angular. It doesn't work for type url and email, however works with type text, search, tel.
The text was updated successfully, but these errors were encountered: