Toggle show/hide password for native

0
Hello everyone, I'm currently working on a Mendix native app and I need to implement a feature where users can toggle the visibility of their password in a password field. Specifically, I want to add an eye icon next to the password field that, when clicked, toggles between showing and hiding the password. Could anyone guide me on the best way to achieve this in Mendix? Are there any specific widgets or microflows that can be used to implement this functionality? Any examples or step-by-step instructions would be greatly appreciated. Thank you!
asked
2 answers
0

Can you try adding a button that toggles a boolean? And then duplicate the password input field, and then show as password true/false based on that boolean.

answered
0

Hi Reemali Patil

 

  • Download the widget using this link: ToggleShowPassword Widget.

  • After downloading, drag the widget under the password fields and click the widget's upload eye icon image (without background image).

 

answered