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
In the first part of the README it says it triggers the change event for when autofill doesn't.
This is a polyfill that fires change events when browsers autofill form fields without firing a change event. The implementation is generic so it works in any application that uses either jQuery and/or Angular.
Understandable that you might've missed it since it doesn't say it fires change events in the 'Usage' section as you might expect.
So what event do you use?
on('WHAT', function(){ //here })
The text was updated successfully, but these errors were encountered: