Question
BOA
US
Last activity: 22 Jan 2019 11:32 EST
Close(x) icon for password field or obfuscated text input field
Close(x) icon is not displaying for password field or text input field with obfuscated yes. I used userwork form to display close icon for text input control with below code, but same is not working for password field and obfuscated text input field.
<style>
input[type=text]::-ms-clear { color: black; display: block !important; }
</style>
pega version - 7.1.8
Any help on this?
***Edited by Moderator: Pallavi to update platform capability tags***