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

Request to add <select> support #17

Open uberfoto opened 10 years ago

uberfoto commented 10 years ago

This seems to be working great for everything but drop down lists. Any chance we can add support for selects? :)

chrisnicola commented 10 years ago

Noticed this myself with Safari, however a quick test seems to indicate the Safari fires no event at all when it autofills a select field, so I'm not sure how to solve this outside of polling.