What is the easy way to add a clear (x) button to an input field in ionic 2? It's supposed to delete the entered content.
<ion-item>
<ion-label>Clear Icon</ion-label>
<ion-input placeholder="Clear Input" clearInput></ion-input>
</ion-item>
Just add a clearinput
attribute to your inputs and it'll show an x
button in the right side of input.
There's also a clearOnEdit
attribute which clears the input when the user focuses on it again.
Hope this helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With