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
?