tbosch / autofill-event

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

Use `focusout` instead of `blur` event (for IE8) #21

Open tbosch opened 10 years ago

tbosch commented 10 years ago

IE8 does not support event capturing, and blur does not bubble. Using focusout would help IE8 ...