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

fix(ie8): support IE8 attachEvent not working #24

Open geminiyellow opened 10 years ago

geminiyellow commented 10 years ago

ok, ie8's addEventListener is fixed. but it still not working on ie8. form input change -> if click submit button -> not working form input change -> enter key hit -> first time not working -> second time working. oh...