You can use ToggleShowPassword marketplace module:
https://marketplace.mendix.com/link/component/118581
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.
hey try toggle password widget of incentro and use can use this 2 static images for toggling
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.