-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update the Sortable Multiselect component documentation #5212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update the Sortable Multiselect component documentation #5212
Conversation
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 137c185:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If dnd-kit is a replacement for react-sortable-hoc, then I would like the example to behave the same as with the latter.
It is currently very restrictive in comparison and cancels the drag if moving too far right.
|
Got this working to match the existing documentation with the following changes:
Thanks for doing most of the leg work! |
|
Hello, how is this matter? Is there any forecast to integrate the changes? |
|
I’m no longer using this feature at work. So, I’d like to know if there’s is any interest in moving this forward before I put more of my time into it. |
…able do both draggable and droppable jobs
Update sortable review changes
|
resolving conflicts after work today. |
# Conflicts: # package.json # yarn.lock
|
can someone look into the CI Pipeline? |
|
I suggest to remove |
|
|
|
For anyone looking to use this. There is a problem with using it on mobile which can be resolved by adding https://docs.dndkit.com/api-documentation/sensors/pointer#touch-action |


This PR address the documentation for the Sortable Multiselect Component example.
Due to the deprecation of the old Library react-sortable-hoc, recommended the use of the DnD-Kit library.
Included in this PR.
Address
this issue #5159
Sample using DnD