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

Add <select> support. Added unit tests and tested manually in Chrome, Sa... #25

Open jobster opened 10 years ago

jobster commented 10 years ago

Add <select> support. Added unit tests and tested manually in Chrome, Safari, and Firefox. Fixes issue #17.

jobster commented 10 years ago

It looks like the CI is failing, but that is due to a weird issue with bower and has nothing to do with our pull request. See for example https://github.com/bower/bower/issues/1404 and a suggested fix at https://github.com/bower/bower/pull/1403

If you just specify the dependencies manually (which is not hard since there aren't many of them), you will see that all our tests are passing.

whitneyit commented 9 years ago

I ran into the same issue with bower failing in #26. Updating the bower version in ba1c8fd made travis pass the build