Hi Elliot,
I’d love a drag-able select.
I’ve made a list of select boxes that represent colors. When a color is selected, it gets used in a front-end JavaScript. Selected colors are added in order. Could it be possible so that select boxes can be re-ordered via drag & drop in the admin? This would allow my client to change the order of the colors. (My client makes charts with this color palette).
thanks in advance.
Bart De Vuyst
Hi @Exelmans Graphics
Thanks for the screenshot, very clear.
I don’t know if this will make it into teh core anytime soon, however, it would be very easy to add yourself.
ACF already registers the jQuery sortable script on the page so all you need to do is add some script to the edit page which applies the sortable function to the checkbox ul!
Easy, good luck
Thanks
E
Thanks Elliot, for pointing me in the good direction.