mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Add autofocus to search field on Send page (#11979)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
913f109ffa
commit
e341a66a2e
@@ -3,6 +3,7 @@
|
||||
[placeholder]="'search' | i18n"
|
||||
[(ngModel)]="searchText"
|
||||
(ngModelChange)="onSearchTextChanged()"
|
||||
appAutofocus
|
||||
>
|
||||
</bit-search>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user