forked from CIT/Vmeda.Online
		
	MOBILE-3166 tags: Remove auto focus from search box
This commit is contained in:
		
							parent
							
								
									bcb41032f5
								
							
						
					
					
						commit
						4b1ce3b234
					
				| @ -10,7 +10,7 @@ | |||||||
|     <ion-grid> |     <ion-grid> | ||||||
|         <ion-row> |         <ion-row> | ||||||
|             <ion-col col-12 [attr.col-sm-6]="collections && collections.length > 1 ? '' : null"> |             <ion-col col-12 [attr.col-sm-6]="collections && collections.length > 1 ? '' : null"> | ||||||
|                 <core-search-box (onSubmit)="searchTags($event)" (onClear)="searchTags('')" [initialSearch]="query" [disabled]="searching" autocorrect="off" [spellcheck]="false" [autoFocus]="true" [lengthCheck]="0"></core-search-box> |                 <core-search-box (onSubmit)="searchTags($event)" (onClear)="searchTags('')" [initialSearch]="query" [disabled]="searching" autocorrect="off" [spellcheck]="false" [autoFocus]="false" [lengthCheck]="0"></core-search-box> | ||||||
|             </ion-col> |             </ion-col> | ||||||
|             <ion-col col-12 col-sm-6 *ngIf="collections && collections.length > 1"> |             <ion-col col-12 col-sm-6 *ngIf="collections && collections.length > 1"> | ||||||
|                 <ion-select text-start [(ngModel)]="collectionId" (ngModelChange)="searchTags(query)" [disabled]="searching" interface="popover" class="core-button-select"> |                 <ion-select text-start [(ngModel)]="collectionId" (ngModelChange)="searchTags(query)" [disabled]="searching" interface="popover" class="core-button-select"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user