Dropdown User Input Multiple Selections

I’d like to make a user input that provides a dropdown list to the user, and allows the user to select multiple values from that list. I’ve found plenty of great ways to make drop down lists, but they only allow the user to select one option. I’ve tried the datashapes dropdown node, the spring dropdown node and the archilab drop down, all great ways to select exactly one option. Does anyone have a way for the users to select multiple options?

I’d like my users to be able to select all the levels in the project they want to create views of for themselves. I’d appreciate any help people can offer.

Dropdown boxes are for single selection from a list.
You probably want this as a way for users to select multiple options.

1 Like

What you are describing isn’t a dropdown, but a list selection.

Check out the Datashapes node UI.ListView Data.

Yes, that’s exactly what I’m looking for. Thanks for explaining. I’ve been teaching myself this stuff through youtube so I haven’t run across the term “list selection” before. But that’s it and it worked perfectly.

1 Like