Hi! I have an array that I want to display as tags. I hope this makes sense.
For example, I have an array of things: [Email, Launch, Engagement, Health & Fitness]
And I want it to show like that:
How do I do this? Currently when I try to bind the label element to an array the entire array shows up in one label, not separately.
Is the best way to use the multiselect input element?