detect-autofill icon indicating copy to clipboard operation
detect-autofill copied to clipboard

Why the event is called 'onautocomplete', not 'autocomplete'

Open dicash opened this issue 1 year ago • 0 comments

// currently
document.addEventListener('onautocomplete', ...)

// but events in DOM never start with on-
document.addEventListener('click', ...)

dicash avatar Nov 24 '23 16:11 dicash