websemantics / Image-Select

Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.
http://websemantics.github.io/Image-Select
MIT License
147 stars 44 forks source link

Does it support sort functionality by drag-and-drop? #48

Open beginner2012 opened 5 years ago

beginner2012 commented 5 years ago

The Web Component is splendid...

except that it lacks support for the sort functionality. Say, if I choose 3 options from the drop-down list which turn out to be: A, B, and C. I did not find a way to turn it to B, A, and C / C, A, and B, etc.

Any thoughts?