autofill-event icon indicating copy to clipboard operation
autofill-event copied to clipboard

A polyfill to fire a change event when the browser auto fills form fields

Results 26 autofill-event issues
Sort by recently updated
recently updated
newest added

Please see specific instructions to repro on [this Plunkr](http://plnkr.co/edit/cIVgH68XqaXaDzJ9TDEk?p=info). This only happens on Safari 7 when "inline autofill" (which only affects the field in focus, as opposed to the autofill...

![screen shot 2018-04-10 at 20 14 32](https://user-images.githubusercontent.com/1254613/38572458-d6b99f80-3cfb-11e8-94ff-be7cfc02b980.png)

![image](https://cloud.githubusercontent.com/assets/500843/13198065/dc851a28-d80f-11e5-9597-6fc6da0f350f.png)

On DOMContentLoaded this plugin is triggering a change event for my radio inputs which do have a value attribute, but not because the server filled in a value like an...

Found with Safari 9.0.3 Steps to reproduce: 1) Have an email address in cache for issue's sake we have "[email protected]" 2) Type "tes" to input field 3) Auto-fill dropdown pops...

I think many frameworks is having issue because autofill

Chrome fires input events on autofill for things like username, so listen for these and resync. Chrome doesn't allow password fields to be read in javascript before user interaction, so...

this poly fill doesn't fit with a submit button/input binding to the form state. unless you click on the page any point you want to trigger a digest (it seems...

Doesn't work at safari 8