tbosch / autofill-event

A polyfill to fire a change event when the browser auto fills form fields
MIT License
383 stars 51 forks source link

In Safari 7, $ngModel is not updated on blur #22

Open thatmarvin opened 10 years ago

thatmarvin commented 10 years ago

Please see specific instructions to repro on this Plunkr.

This only happens on Safari 7 when "inline autofill" (which only affects the field in focus, as opposed to the autofill option that fills out all fields in the form) is triggered in a certain way.

davidecampello commented 6 years ago

Hello, have you found a solution for this problem?