-
Notifications
You must be signed in to change notification settings - Fork 210
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
Controlled Component Not Deleting Dragged Item #30
Comments
Okay, I just uninstalled sortable 1.5.0 and installed 1.5.0-rc1. Now it works fine! But why it won't work with latest release? :( |
Thank you for reporting this issue. I will try to find out what made differences between 1.5.0-rc1 and 1.5.0. |
I tested the uncontrolled component example and found some changes between 1.5.0-rc1 and 1.5.0. The pulled items still remained in the DOM tree. I will create an issue there to clarify if this is a breaking change or bug. ConfigurationLeft
Right
Drag Apple and Banana from left to right1.5.0-rc1 1.5.0 The pull items are still remaining in the DOM tree. |
Awesome! Hope it gets fixed soon. |
It's been fixed in its master branch. Please still stay with 1.5.0-rc1 before a newer version of Sortable.js being published. |
sortablejs 1.5.1 contains the bug fix of this issue. |
Cool, thanks! |
Hi there,
I just tried the example on my local machine and the controlled component does not seem to work. The dragged item gets added back to the original list.
Sortable JS - 1.5.0
React Sortable JS - 1.3.0
The text was updated successfully, but these errors were encountered: