Hi,
I’ve been using the ion-searchbar and an ion-list to filter search results.
On blur of the search bar I hide my filtered list. That works fine, but if I try to click on an item in the list it is triggering the blur event and hiding the list before the the click event for the ion-items in the list is triggered.
I was trying event prorogation but not sure if that is even the right direction to take.
Can anybody help?