Expand my Community achievements bar.

How to allow multiple selections from a drop down list?

Avatar

Former Community Member
I want to build a dropdown list that would allow the user two or more choices. Is this supported?
2 Replies

Avatar

Former Community Member
Do you mean list box instead of drop down list?

Avatar

Level 1

if you are using Resource Specifications then

some_name : DropDownList { properties: {multiselect : true} }

otherwise, set you DropDownList.multiselect = true