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.

Enable drop-down list to select multiple items

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.childInfoSubfor m.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.  The drop-down list saves space, I understand you can select multiple items using the list box object, but it isn't visibly esthetic nor practical when you have numerous items

0 Replies