Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

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

Open lgangler opened 2 years ago

lgangler commented 2 years ago

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!