Copy link to clipboard
Copied
Hi everyone,
Would anybody know how to set up your Dropdown List to enable user select more than one items from it?
Or it is an impossible task to accomplish?
Thank you in advance!
A dropdown cannot be multiselect because of how it works. However, a listbox can be multiselect. You could use a list box and text field create your own control that looks (sort of) like a multiselect dropdown. But you need to figure out how the list is opened and closed (shown/hidden).
Copy link to clipboard
Copied
A dropdown cannot be multiselect because of how it works. However, a listbox can be multiselect. You could use a list box and text field create your own control that looks (sort of) like a multiselect dropdown. But you need to figure out how the list is opened and closed (shown/hidden).
Copy link to clipboard
Copied
Thank you for your reply, Thom. I really appreciate it!