const tagData = [
{ "text": "Add to KB", "State": false, id: 1 },
{ "text": "Crisis", "State": false, id: 2 },
{ "text": "Enhancement", "State": true, id: 3 },
{ "text": "Presale", "State": false, id: 4 },
{ "text": "Needs Approval", "State": false, id: 5 },
{ "text": "Approved", "State": true, id: 6 },
{ "text": "Internal Issue", "State": true, id: 7 },
{ "text": "Breaking Issue", "State": false, id: 8 },
{ "text": "New Feature", "State": true, id: 9 },
{ "text": "New Component", "State": false, id: 10 },
{ "text": "Mobile Issue", "State": false, id: 11 }
];
And the prop on my actual MultiSelect: