Multi Select Into Text Panel, Break into Rows

advanced-prototyping

#1

Hi
The User selects names from drop down list. The selections populate to a text box.
This work OK.

The problem is that I would like there to be only 3 names on row one,
then a second row needs to build.

As long as there is a bit of space left in the text box, the list will build out 4 items horizontally on the text box before it breaks.

Thank you.

panel.rp (209.1 KB)


#2

It breaks after the 4th item not because of the space left in the text box, but because the “Selected Options” repater is set to wrap after 4 items per row.

Change that value to 3 and you will get 3 names per row:


#3

Ah…yes that’s the ticket. Thank you for pointing that out!