Expand my Community achievements bar.

Attention: Experience League Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.

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