Reorder items in select
Hello, guys. Is there a way to reorder items in multiple select. For example. I've had selected 5 items and then I need to reorder them. I don't want to deselect all of them and select again, I want to drag and drop the items to reorder.
2 Replies
I'm not sure this is possible... I think the Choices.js library under the hood doesn't support it.
Trying to get this functionality working. The spatie-tags plugin supports reorderables via Sortable trait, I'll start digging how it was done there.