mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01: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:
parent
913f109ffa
commit
e341a66a2e
@ -6,7 +6,7 @@
|
|||||||
<app-current-account></app-current-account>
|
<app-current-account></app-current-account>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</popup-header>
|
</popup-header>
|
||||||
<div slot="above-scroll-area" class="tw-p-4">
|
<div slot="above-scroll-area" class="tw-p-4" *ngIf="!(sendsLoading$ | async)">
|
||||||
<bit-callout *ngIf="sendsDisabled" [title]="'sendDisabled' | i18n">
|
<bit-callout *ngIf="sendsDisabled" [title]="'sendDisabled' | i18n">
|
||||||
{{ "sendDisabledWarning" | i18n }}
|
{{ "sendDisabledWarning" | i18n }}
|
||||||
</bit-callout>
|
</bit-callout>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
[placeholder]="'search' | i18n"
|
[placeholder]="'search' | i18n"
|
||||||
[(ngModel)]="searchText"
|
[(ngModel)]="searchText"
|
||||||
(ngModelChange)="onSearchTextChanged()"
|
(ngModelChange)="onSearchTextChanged()"
|
||||||
|
appAutofocus
|
||||||
>
|
>
|
||||||
</bit-search>
|
</bit-search>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user