Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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