I cannot remove the password from IE 10. I tried using
input[password]::-ms-reveal {display : none ;}
but not working for me.
Any suggestions?
This works well:
input[type=password]::-ms-reveal, input[type=password]::-ms-clear { display: none; }
Source: https://habr.com/ru/post/954458/More articles:High frequency concurrency for cache - cachingUnderstanding InnoDB Foreign Keys - sqlParallel cache in Java - javatableclient.RetryPolicy Vs. TransientFaultHandling - asp.net-mvc-4Perl strange behavior when unpacking a floating value - floating-pointBootstrap Navbar-fixed-bottom div overlays JS display content - javascriptHow to use custom icons on jQuery mobile? - androidHow can I automatically download a collection? - iosUnit test template with mandatory requirement of RequireJS modules - javascriptWhy does kernel convolution work? - cAll Articles