fix: minor improvement
This commit is contained in:
parent
74f98b871c
commit
7e5fb1d5fa
|
@ -18,7 +18,7 @@ import 'rxjs/add/operator/distinctUntilChanged';
|
|||
template: `<input #searchBox
|
||||
type="search"
|
||||
aria-label="search"
|
||||
placeholder="Search"
|
||||
placeholder="搜索"
|
||||
(input)="doSearch()"
|
||||
(keyup)="doSearch()"
|
||||
(focus)="doFocus()"
|
||||
|
|
Loading…
Reference in New Issue