MOBILE-2795 database: Set placeholder to sort by
This commit is contained in:
		
							parent
							
								
									076b1a8be9
								
							
						
					
					
						commit
						abed7712c9
					
				| @ -20,7 +20,7 @@ | ||||
|             </ion-item> | ||||
|             <ion-item text-wrap> | ||||
|                 <ion-label stacked>{{ 'core.sortby' | translate }}</ion-label> | ||||
|                 <ion-select interface="action-sheet" name="sortBy" formControlName="sortBy"> | ||||
|                 <ion-select interface="action-sheet" name="sortBy" formControlName="sortBy" [placeholder]="'core.sortby' | translate"> | ||||
|                     <optgroup *ngIf="fieldsArray.length" label="{{ 'addon.mod_data.fields' | translate }}"> | ||||
|                         <ion-option *ngFor="let field of fieldsArray" [value]="field.id">{{field.name}}</ion-option> | ||||
|                     </optgroup> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user