detecting autofill on form inputs is not very straightforward. One solution involves hooking up an empty animation to the :-webkit-autofill
pseudo class, then listening for that animation in JS. (works in chrome/safari) code: https://codepen.io/mxbck/pen/XQrymm
No webmentions yet.