Semantic-UI
Semantic-UI copied to clipboard
[Dropdown] Multiple select dropdown should output in order of user input
I am able to retrieve the values with .dropdown("get value") but it always alphabetizes the responses when I want the user to be able to indicate an order to their selection.
This is a screenshot of a possible user input.

It outputs "Chinese (Simplified), Hmong, Spanish" I would like it to output "Hmong, Spanish, Chinese (Simplified)"
Thanks for the help!