Skip to content

Commit 9264a04

Browse files
committed
fix(searchbar): adds setFocus() back
fixes #11397
1 parent c0276d5 commit 9264a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/searchbar/searchbar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ export class Searchbar extends BaseInput<string> {
356356
this._isActive = false;
357357
}
358358

359-
_fireFocus() {
359+
setFocus() {
360360
this._renderer.invokeElementMethod(this._searchbarInput.nativeElement, 'focus');
361-
super._fireFocus();
362361
}
362+
363363
}

0 commit comments

Comments
 (0)