fabianlindfors / multi.js

A user-friendly replacement for select boxes with the multiple attribute enabled
https://fabianlindfors.se/multijs
MIT License
953 stars 76 forks source link

Selected items order #58

Closed JLMandap034 closed 2 years ago

JLMandap034 commented 2 years ago

Is there any way that I can remove the order of the selected items? I want to arrange them by the order I selected them

fabianlindfors commented 2 years ago

Hi! There isn't a built-in way to do this but you might be able to achieve it by reordering the underlying option elements. Multi will iterate through them after each update in order which will also determine the order in which they show up.