@Sushil2044 wrote:
I have try to default set the value in ion select which is not selected the value but in radio button select the value…
<ion-select [(ngModel)]=“shippingDetails.units” name=“units” value="{{weightUnits}}" ok-text=“Okay” cancel-text=“Dismiss”>
<ion-select-option *ngFor=“let p of data1?.units” value="{{p.name}}">{{p.name}}
Posts: 1
Participants: 1