qunitjs / qunit

🔮 An easy-to-use JavaScript unit testing framework.
https://qunitjs.com
MIT License
4.02k stars 780 forks source link

Browser autocomplete overlaps qunit module filter autocomplete #1276

Closed makepanic closed 6 years ago

makepanic commented 6 years ago

Tell us about your runtime:

Chromium Version 66.0.3359.139

What are you trying to do?

Typing in the module filter input triggers the qunit module autocompletion but also the native browser autocomplete. This overlaps and makes filtering a specific module harder as a user has to somehow close the native autocompletion.

qunit-autocomplete

I'm unsure if it's expected behavior but one could possibly disable the browser autocomplete by setting the autocomplete attribute on the module filter input.

If this is ok, I can open a PR to set the autocomplete attribute to off.

Thanks

trentmwillis commented 6 years ago

Thanks for the report! I'd consider this a bug and would appreciate a PR turning the browser autocomplete off :+1: