Unable to add eye icon in Password field

0
I am unable to add eye icon in my Password text box in Mendix Version 9.24.26. I have used a in built login form page while creating one. So it had already the Validation Message, Username and Password fields. But in that i am unable to add the eye icon. I have even tried out the Toggle Show Password widget, but I think we can use that with a normal text box, when done as Show as Password.   Please suggest some ways.
asked
4 answers
0

You can use ToggleShowPassword marketplace module:

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

answered
0

Hi Ayush,

To add an eye icon for toggling password visibility, you can use the ToggleShowPassword widget available in the Mendix Marketplace. This widget is specifically designed for password fields and works seamlessly when the text box is set to Show as Password.

 

answered
0

hey try toggle password widget  of incentro and use can use this  2 static images  for toggling

eye.pnghidden.png

image.png

answered
0

Hi Prashanth,

 

Actually I implemented my custom logic for that using HTMLSnippet, by changing its input type as text and password by injecting JavaScript and for that clicks of two images i.e. Eye open and Close were used.

answered