List box or dropdown box with multi select and ability to move to/from each other
Hello,
Is there an out of the box way to get items selected in one list box to move to another once selected?
I'm using a list box, but I'm willing to use a multi select dropdown box.
Comments
-
Hey there
So, just by default there isn't a control that you can use to mimic that behavior by itself - however you COULD use a MultiSelect DropDown List form control, which would more or less work the same way, except they would all exist just on one form.
You COULD totally build something out to get it to work the way you're describing using some active form flows to run for the form controls when their values change, but nothing out of the box can do exactly what you're describing.
I hope this gives you some ideas to work with, and if I can elaborate further, please let me know.
- https://documentation.decisions.com/docs/multi-select-drop-list-component?highlight=multi%20select
- https://documentation.decisions.com/docs/active-form-flows-overview?highlight=active%20form%20flow

