Skip to content

Commit

Permalink
fix(searchbar): adds setFocus() back
Browse files Browse the repository at this point in the history
fixes #11397
  • Loading branch information
manucorporat committed Apr 27, 2017
1 parent c0276d5 commit 9264a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/searchbar/searchbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ export class Searchbar extends BaseInput<string> {
this._isActive = false;
}

_fireFocus() {
setFocus() {
this._renderer.invokeElementMethod(this._searchbarInput.nativeElement, 'focus');
super._fireFocus();
}

}

0 comments on commit 9264a04

Please sign in to comment.