mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
autofocus search in vault, resolves #34
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="header header-search">
|
||||
<div class="search">
|
||||
<input type="search" placeholder="{{searchPlaceholder || ('searchVault' | i18n)}}" id="search"
|
||||
[(ngModel)]="searchText" />
|
||||
[(ngModel)]="searchText" appAutofocus>
|
||||
<i class="fa fa-search"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user