w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
144 stars 51 forks source link

Disable autocomplete on tools/key-event-viewer.html #363

Closed rcyeh closed 5 months ago

rcyeh commented 7 months ago

When using https://w3c.github.io/uievents/tools/key-event-viewer.html, Chrome sometimes provides an autocomplete menu under the input element. If testing ArrowUp/ArrowDown events, that menu can interfere with the test. I would like to add an 'autocomplete="off"' attribute specification to that input field to prevent the autocomplete menu from popping up.

garykac commented 5 months ago

Migrated to the dom-event-viewer repo : https://github.com/garykac/dom-event-viewer/issues/9