mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
switch to input event
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b724448081...d917651d9f
@@ -1,7 +1,7 @@
|
||||
<div class="header header-search">
|
||||
<div class="search">
|
||||
<input type="search" placeholder="{{searchPlaceholder || ('searchVault' | i18n)}}" id="search"
|
||||
[(ngModel)]="searchText" (ngModelChange)="search(200)" appAutofocus>
|
||||
[(ngModel)]="searchText" (input)="search(200)" appAutofocus>
|
||||
<i class="fa fa-search"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user