By default, the selected choices are displayed in the field in the order they were selected. However, I would like them to always show in their hard-coded order.
Basically, Choices.js provides the shouldSort option to determine if the list of choices shows in its original order or in alphabetical order. But I would like the selected choices to have the same kind of option.
Is this possible?
I also was looking for this solution, if anyone else needs it in the future.
This will disable the sorting feature of choices js and display it in the original order.
Example: