Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

[Dropdown] Multiple select dropdown should output in order of user input

Open lgangler opened this issue 3 years ago • 0 comments

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. Screen Shot 2022-06-17 at 12 31 07 AM

It outputs "Chinese (Simplified), Hmong, Spanish" I would like it to output "Hmong, Spanish, Chinese (Simplified)"

Thanks for the help!

lgangler avatar Jun 17 '22 06:06 lgangler