Hi everyone,
the attribute debounce of ion-searchbar doesn’t have any effect in ionic 4.
my code looks like:
<ion-searchbar
(ionInput)="onSearchInput($event)"
debounce="2000"
></ion-searchbar>
Does anyone know how to fix it?
Best regard.