Comment on page
Ionic Show/Hide Password
Use this Custom component to display or hide a password input
You can find this component in
src/app/components/show-hide-password
By wrapping an
<ion-input>
element with this component, you can enhance the UX and add a show/hide password functionality.<app-show-hide-password>
<ion-input type="password" placeholder="Try setting a password" value="It's a secret!"></ion-input>
</app-show-hide-password>
ionic angular show hide password
Last modified 2yr ago