Before I fall down the rabbit hole, has anyone found a good way to detect password manager autofill in the browser? :auto-fill CSS works great if the browser fills it but 1Pass/ Bitwarden gives next to no clues.
Update: I made a pen - https://codepen.io/editor/steveworkman/pen/019cd424-705c-7af9-9afc-325ad590a302
I turned the detector into a custom element that can be wrapped around <input> and <select> elements
It send an "autofill" event whether it is filled by the browser or by 1Pass. Give it a go with your password manager of choice
