Multi Tagging option in Mendix

1
Hi, I have a requirement where I need to add tagging and should be able to select multiple options like the image provided below. i’m getting option in a form of list. Please refer to ‘Select Service Group Tagging’ in the attached image.   Thanks in advanced!!
asked
4 answers
1

You could build a ListView with helper objects referring to the actual objects. The helper objects contain the information if it is selected or not.

answered
1

Hi,

Take a look at the Tag Selector widget which might be helpful for tagging

https://marketplace.mendix.com/link/component/116854

Hope it helps!!!

answered
0

I would recommend using the popup-menu widget on a listview or datagrid 2 to get that fly out effect.
 

answered
0

No sure if this is exactly what you want, but this might be helpfull: https://docs.mendix.com/appstore/widgets/label-selector/

answered