mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
turn off autocomplete for browser search input (#12679)
This commit is contained in:
@@ -46,6 +46,7 @@ export class SearchComponent implements ControlValueAccessor, FocusableElement {
|
||||
|
||||
@Input() disabled: boolean;
|
||||
@Input() placeholder: string;
|
||||
@Input() autocomplete: string;
|
||||
|
||||
getFocusTarget() {
|
||||
return this.input.nativeElement;
|
||||
|
||||
Reference in New Issue
Block a user