so i want to use ion-select but i want the options to be my a group in my json file Please Help ME i will Love yoU!
I’m not sure I understand what you ask…
By merging the information contained in the two previous links you should get it.
So I want to make all the options from the json array
example i open the ion item and all the options are from the option array
{
"name":"John",
"age":30,
"option":[ "1", "2", "3" ]
}
<ion-item>
<ion-label>Gender</ion-label>
<ion-select [(ngModel)]="options">
<ion-option></ion-option>
</ion-select>
</ion-item>
PleaseHelpMeIwIllLoveyOuForEver!