ionic disable input field

Solutions on MaxInterview for ionic disable input field by the best coders in the world

showing results for - "ionic disable input field"
Sara Sofía
24 Nov 2018
1<ion-item class="order__status-comments">
2  <ion-label floating>Observação</ion-label>
3  <ion-input formControlName="comments" [readonly]="status_loading" type="text"></ion-input>
4</ion-item>
5
Romina
26 Aug 2016
1<ion-item class="order__status-comments">
2  <ion-label floating>Observação</ion-label>
3  <ion-input formControlName="comments" [readonly]="status_loading" type="text"></ion-input>
4</ion-item>