-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
I need specific behavior of 3 lists #794
Comments
Hi there! Thanks for raising this. Can you please create a stand-alone example on codesandbox? Here is a boilerplate you can start from https://codesandbox.io/s/k260nyxq9v |
Hi @alexreardon, thanks for your answer, here I have the example https://codesandbox.io/s/z2jlm9x243 |
Okay, I know the issue: you are passing in isDragDisabled as
I am not sure if it is worth adding a runtime check for this given that it is an invalid value... |
Passing in |
Bug or feature request?
Bug, I guess.
Expected behavior
Hi, I'm following the egghead tutorials and I'm trying to get the next behavior:
I have 3 lists, and I need to drag and drop items from the last list to any other list, and between the first 2 lists too, but not from the first 2 lists to the third one.
But not works, even as in the tutorial.
Actual behavior
I get this error: Trying to set droppable isEnabled to true but it is already true.
Steps to reproduce
I have this code repo and I do things like in this lesson.
What version of
React
are you using?What version of
react-beautiful-dnd
are you running?What browser are you using?
[email protected]
Demo
I have this base code https://github.com/drebits/beauty-dnd, and I need the behavior described above. Thanks any help.
The text was updated successfully, but these errors were encountered: