Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

How to enable drop-down list to allow multiple selections

Avatar

Level 1

I have a form that has a repeat section, inside that is a row that has fields, one of the fields is a drop-down list.  due to the size a list box would not be feasible.  I have worked with drop-down list that have allowed more than one option to be selected.  I tried this:

topmostSubform.Page1.#subform[2].childInfoSubform.#subform[0].Table1.Row1.childInfoSubform.Mem_ChurchBdAux::ready:form - (JavaScript, client)

this.ui.choiceList.open = "multiSelect";

this.rawValue = "-1" ;

but this turns the drop-down list into a list-box.  I would truly appreciate anyone's help

3 Replies