Skip to content

Commit 4347627

Browse files
kulshekharbrandyscarney
authored andcommitted
fix(searchbar): update signature mismatch in template & class (#11599)
fixes #11598
1 parent 700e4c2 commit 4347627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/searchbar/searchbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { Platform } from '../../platform/platform';
3434
'<ion-icon name="md-arrow-back"></ion-icon>' +
3535
'</button>' +
3636
'<div #searchbarIcon class="searchbar-search-icon"></div>' +
37-
'<input #searchbarInput class="searchbar-input" (input)="inputChanged($event)" (blur)="inputBlurred($event)" (focus)="inputFocused($event)" ' +
37+
'<input #searchbarInput class="searchbar-input" (input)="inputChanged($event)" (blur)="inputBlurred()" (focus)="inputFocused()" ' +
3838
'[attr.placeholder]="placeholder" ' +
3939
'[attr.type]="type" ' +
4040
'[attr.autocomplete]="_autocomplete" ' +

0 commit comments

Comments
 (0)