Eye icon on password field visibility

0
Hello there! I am currently creating a small project where I have created two fields email and password using text box. In those field the password comes in hidden format as I have selected it as Show as password. But the problem is in the browser once the email and password are entered it saves the email and password for better management and when I select those from the drop down then the eye icon on the text box disappear and user is not able to see the password entered. So, I want to enable the eye icon all the time so user can see the password on clicking on it whenever they want. Thank you in advance for your help.
asked
2 answers
1

you can use the mendix login.html concept

 

image.png

answered
0

Hi Tushar,

 

You can user ToggleShowPassword  widget to hide and show password .

https://marketplace.mendix.com/link/component/118581

answered