@millerjn wrote:
Hello ! Can someone help me to not select the other fields of the ion option
Html<ion-select [(ngModel)]="estado" placeholder="Estado del pedido"> <ion-option *ngFor="let item of this.Pe.estado" [value]="item.id">{{item.estado}}</ion-option> </ion-select>
Posts: 2
Participants: 2