I need to remove/hide the reveal password icon. It only seems to display in Edge. Does anyone know how I can do this?
Hi Stephen,
Use this css
input::-ms-reveal,
input::-ms-clear {
display: none;
}
Credits - https://stackoverflow.com/questions/61449079/how-to-hide-the-eye-from-a-password-input-in-ms-edge-and-ie
Hello
There any different ways you can achive this
I am sharing you references , step by step process is available have a look
I hope this helps
Best Regards
Tousif Khan
Thanks for your help.
Adding the below to my css worked .