Bootstrap Multi Select widget

0
Hi guys, In the bootstrap multi-select widget, I don't want the widget to extend when I give the multi-options; instead, I want it to truncate. example:Testname,Testcountry....
asked
1 answers
0

Hi Karthikeyan,

 

As of my knowledge, there's no way to do this straight away.

You can use a microflow/nanoflow to handle this, where you loop all selected options and store them in a string variable, with the format you want.

 

Let me know if this helps.

answered