How to create Tag type searchbox?

0
HI Experts,   My requirement is to create this type of search box, where I can search and add the available tags in the same format as shown in the image above.  Kindly help me out, how to start creating and implementing the same.   I also can remove the tags added in the search box too. Do let me know if anymore information is need. Really need your help guys  
asked
2 answers
0

You can use a combo box for this, you can read the documentation here.

|Combo Box | Mendix Documentation

Combo box example

answered
0

Hi Harsh,

You can use label selector.

 

https://marketplace.mendix.com/link/component/292/Mendix/Label-Selector

 

answered