forked from EVOgeek/Vmeda.Online
		
	MOBILE-3320 a11y: Fix search labels
This commit is contained in:
		
							parent
							
								
									119b0178db
								
							
						
					
					
						commit
						a5dfe53fcf
					
				| @ -19,7 +19,7 @@ | ||||
|     <form (ngSubmit)="searchEntries($event)" [formGroup]="searchForm" #searchFormEl> | ||||
|         <ion-list class="ion-no-margin"> | ||||
|             <ion-item [hidden]="search.searchingAdvanced"> | ||||
|                 <ion-label></ion-label> | ||||
|                 <ion-label class="sr-only">{{ 'addon.mod_data.search' | translate}}</ion-label> | ||||
|                 <ion-input type="text" placeholder="{{ 'addon.mod_data.search' | translate}}" | ||||
|                     [(ngModel)]="search.text" name="text" formControlName="text"> | ||||
|                 </ion-input> | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <ion-card> | ||||
|     <form (ngSubmit)="submitForm($event)" role="search" #searchForm> | ||||
|         <ion-item> | ||||
|             <ion-label></ion-label> | ||||
|             <ion-label class="sr-only">{{ placeholder }}</ion-label> | ||||
|             <ion-input type="search" name="search" [(ngModel)]="searchText" [placeholder]="placeholder" | ||||
|                 [autocorrect]="autocorrect" [spellcheck]="spellcheck" [core-auto-focus]="autoFocus" | ||||
|                 [disabled]="disabled" role="searchbox" (ionFocus)="focus($event)"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user