diff --git a/packages/core/src/components/searchbar/searchbar.tsx b/packages/core/src/components/searchbar/searchbar.tsx index 3fedbd14a0..bddb18d05b 100644 --- a/packages/core/src/components/searchbar/searchbar.tsx +++ b/packages/core/src/components/searchbar/searchbar.tsx @@ -156,14 +156,9 @@ export class Searchbar { */ inputChanged(ev: any) { this.value = ev.target.value; - setTimeout(()=>{ + setTimeout(() => { this.ionInput.emit(ev); - - }, this.debounce) - // this._inputDebouncer.debounce(() => { - // // TODO fix to be inside debounce - // this.ionInput.emit(ev); - // }); + }, this.debounce); } /** @@ -333,7 +328,7 @@ export class Searchbar { @@ -351,7 +346,7 @@ export class Searchbar { autoCorrect={this.autocorrect} spellCheck={this.spellcheck}/> @@ -359,7 +354,7 @@ export class Searchbar { ,