We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700e4c2 commit 4347627Copy full SHA for 4347627
src/components/searchbar/searchbar.ts
@@ -34,7 +34,7 @@ import { Platform } from '../../platform/platform';
34
'<ion-icon name="md-arrow-back"></ion-icon>' +
35
'</button>' +
36
'<div #searchbarIcon class="searchbar-search-icon"></div>' +
37
- '<input #searchbarInput class="searchbar-input" (input)="inputChanged($event)" (blur)="inputBlurred($event)" (focus)="inputFocused($event)" ' +
+ '<input #searchbarInput class="searchbar-input" (input)="inputChanged($event)" (blur)="inputBlurred()" (focus)="inputFocused()" ' +
38
'[attr.placeholder]="placeholder" ' +
39
'[attr.type]="type" ' +
40
'[attr.autocomplete]="_autocomplete" ' +
0 commit comments