- Issue created by @duckydan
- Assigned to robphillips
- πΊπΈUnited States robphillips
Currently the module doesn't support custom sorting. Having said this, the Choices.js plugin has a
shouldSort
option and is enabled by default. Meaning all results are automatically sorted in alphanumeric order. I'm going to add a new configuration to the modules formatter to toggle the default alphanumeric sorter. When disabled one could use query or views sorting to control the order of results. - πΊπΈUnited States robphillips
Sorry, I misunderstood the original support request. No, Choices.js does not support sorting of already selected items. See https://github.com/Choices-js/Choices/issues/417. Having said that, this module could add basic support using the HTML5 Drag and Drop API and the Choices.js API. I'll start to experiment to see how feasible it is.