I am working with ionic 5 ..I have a ionsearch to search the contents from a list.Then i have another reset button while pressing this reset button i want the ionsearch text typed inside the searchbar to be cleared.Kindly help me.
Thanks in advance
You can use its ionClear event to do whatever you want e.g Clear the text
(ionClear)="onClear($event)"
2.1m questions
2.1m answers
60 comments
57.0k users