List Picker - Items each on their own line

Hi,
As you can see, I am pulling back a lot of data and while I’m collecting them in one Selection after the other, within the selection I would like each item to be on its own line.

At the moment I am separating each item with a [ - ] which looks terrible.

Is that possible

Thanks

use an \n instead

Hey Thanks, It works perfectly

Just one other thing.

Is there a way to put a line separating each selection. At tghe moment they all look lumped together.

:slight_smile:

add an \n at the bottom of each element (and/or at the top for even more space)

Do this where you build your list items

blocks (58)

like this, Tim?

Yes, or put one at the top and one at the bottom.

1 Like

Cool, Many Thanks

Appreciate it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.