Mappings
await ~.StadiumTestData_CitiesSelect.Results.mapAsync(async MapItem => ({
text: MapItem.Name,
value: MapItem.CountryCode
}))Mapping Editor


Last updated
Was this helpful?
await ~.StadiumTestData_CitiesSelect.Results.mapAsync(async MapItem => ({
text: MapItem.Name,
value: MapItem.CountryCode
}))

Last updated
Was this helpful?
Was this helpful?