marmelab / gremlins.js

Monkey testing library for web apps and Node.js
https://marmelab.com/blog/2020/06/02/gremlins-2.html
MIT License
9.03k stars 426 forks source link

fix: add hmtl prototype for numbers elements #163

Closed HALLERPierre closed 4 years ago

HALLERPierre commented 4 years ago

Fix https://github.com/marmelab/gremlins.js/issues/162

What: Fix error when an input number is present on the page How: Add the html prototype to trigger on change function

zyhou commented 4 years ago

Nice catch