You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
I have a need, but don't see anyone else talking about it. I need to provide the ability to reorder the selected items in my multi-select set. current behavior is they are in the order selected by the user.
i would like to enhance the ui-select directive to allow drag & drop reordering of selected items. i am considering a creating a pull with an implementation of one of the angular draggable directives (see below) to augment ui-select.
before i embark on my effort, i wanted to ask the community if anyone has this on the roadmap, or if anyone thinks one of the existing directives would be better or worse for this functionality.