Dinith Minura
Results
2
comments of
Dinith Minura
@Zabi-Progton , I faced the same issue and resolve by using object array mapping like this, `radioForm={mycustomarray.map(item => ({ label: item.myLabel, value: item.myValue }))}`
@Alttaf, Yes, that solution works!