MOBILE-4270 participants: Remove auto-focus in search box

main
Dani Palou 2023-05-05 12:06:47 +02:00
parent ff60de7de5
commit f0ba0cc479
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}"></ion-refresher-content>
</ion-refresher>
<core-search-box [disabled]="searchInProgress" [spellcheck]="false" [autoFocus]="true" [lengthCheck]="1" autocorrect="off"
<core-search-box [disabled]="searchInProgress" [spellcheck]="false" [lengthCheck]="1" autocorrect="off"
searchArea="CoreUserParticipants" (onSubmit)="search($event)" (onClear)="clearSearch()">
</core-search-box>