mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
turn off autocomplete for browser search input (#12679)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<bit-search
|
||||
autocomplete="off"
|
||||
[placeholder]="'search' | i18n"
|
||||
[(ngModel)]="searchText"
|
||||
(ngModelChange)="onSearchTextChanged()"
|
||||
|
||||
Reference in New Issue
Block a user