mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-12 10:04:44 +01:00
switch to input event
This commit is contained in:
parent
a9067f5618
commit
a9db6c1d38
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit b724448081a0962d3c3894319502ed380fe40145
|
||||
Subproject commit d917651d9f844dc07abf3e817073aa1e10213b9a
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user