Select/Tag field: Utilizing Tag mapper
[
{"id": 1, "tag": 0},
{"id": 2, "tag": 2},
{"id": 3, "tag": 1},
]return [
{ value: 0, title: 'Innovate' },
{ value: 1, title: 'Synergy' },
{ value: 2, title: 'Dynamic' },
{ value: 3, title: 'Strategic' },
{ value: 4, title: 'Sustainable' },
];

Last updated
Was this helpful?