IE10 has a feature that reveals the content of a password field at the click of a button. Is there any way to detect that this is happening?
Of course, I can fall back to looking for a click where I expect that button to be, but that's not ideal.
Seeing as there are no answers, for future searchers, this is the best I have so far:
It's possible to hide the button by using this css:
::-ms-reveal {
display: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With