detect-autofill
detect-autofill copied to clipboard
Why the event is called 'onautocomplete', not 'autocomplete'
// currently
document.addEventListener('onautocomplete', ...)
// but events in DOM never start with on-
document.addEventListener('click', ...)