forked from CIT/Vmeda.Online
		
	MOBILE-3320 notes: Fix textarea size when adding a note
This commit is contained in:
		
							parent
							
								
									d74c87d554
								
							
						
					
					
						commit
						7c2867fedc
					
				@ -19,11 +19,10 @@
 | 
				
			|||||||
            </ion-select>
 | 
					            </ion-select>
 | 
				
			||||||
        </ion-item>
 | 
					        </ion-item>
 | 
				
			||||||
        <ion-item>
 | 
					        <ion-item>
 | 
				
			||||||
            <ion-label>
 | 
					            <ion-label></ion-label>
 | 
				
			||||||
                <ion-textarea placeholder="{{ 'addon.notes.note' | translate }}" rows="5" [(ngModel)]="text" name="text"
 | 
					            <ion-textarea placeholder="{{ 'addon.notes.note' | translate }}" rows="5" [(ngModel)]="text" name="text"
 | 
				
			||||||
                    required="required">
 | 
					                required="required">
 | 
				
			||||||
                </ion-textarea>
 | 
					            </ion-textarea>
 | 
				
			||||||
            </ion-label>
 | 
					 | 
				
			||||||
        </ion-item>
 | 
					        </ion-item>
 | 
				
			||||||
        <div class="ion-padding">
 | 
					        <div class="ion-padding">
 | 
				
			||||||
            <ion-button expand="block" type="submit" [disabled]="processing || text.length < 2">
 | 
					            <ion-button expand="block" type="submit" [disabled]="processing || text.length < 2">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user