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
TUSHAR BOHRA
2 answers
1
you can use the mendix login.html concept
answered
Quang Nhat Tran
0
Hi Tushar,
You can user ToggleShowPassword widget to hide and show password .