Show/hide password field in ionic 4

i want to implement show/hide password field in ionic 4. Please help

I’m not sure if its going to work but you can have property for the type of the input field and change it.

For example if you have input type password, on button click to change that type to text. You can try that :slight_smile: