Hide / unhide password on hover trigger

The password is hidden by default but I want it to be shown when the “eye” icon is hovered on.

  • Created a bool variable and binded it to input specific property i.e display password

The icon has a hover state. How do I change the variable value based on the hover state
?

image

Create 2 workflows on the eye icon:

WF1. Select “mouse enter” trigger to change variable value to true
WF2. Select “mouse leave” trigger to change variable value to false

This should work as intended.

1 Like