mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -356,8 +356,8 @@ export class Searchbar extends BaseInput<string> {
|
||||
this._isActive = false;
|
||||
}
|
||||
|
||||
_fireFocus() {
|
||||
setFocus() {
|
||||
this._renderer.invokeElementMethod(this._searchbarInput.nativeElement, 'focus');
|
||||
super._fireFocus();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user