mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
autocomplete off for search inputs
This commit is contained in:
parent
9ec2fbad2e
commit
db52e27210
@ -1,7 +1,7 @@
|
||||
<div class="header header-search">
|
||||
<div class="search">
|
||||
<input type="search" placeholder="{{searchPlaceholder || ('searchVault' | i18n)}}" id="search"
|
||||
[(ngModel)]="searchText" (input)="search(200)" appAutofocus>
|
||||
[(ngModel)]="searchText" (input)="search(200)" autocomplete="off" appAutofocus>
|
||||
<i class="fa fa-search" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user