Replies: 1 comment
-
This is something that is implemented with an external package, so you should be able to implement something similar. However, the package And someone actually went ahead and made a PR for this as well: JedWatson/react-select#5212 I took a stab at replacing It has issues with wrapping displaced options onto a new line, but that could probably be fixed if you looked through the |
Beta Was this translation helpful? Give feedback.
-
Here's example of sortable values:
https://codesandbox.io/p/sandbox/react-select-sortable-handle-hoc-ipud9?file=%2Fexample.js%3A5%2C21
Beta Was this translation helpful? Give feedback.
All reactions