-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Is it possible to restrict the number of items dragged in a target container? #238
Milestone
Comments
Use option |
Can you shed more light on this? |
That's awesome. Thanks. |
Forgot to add, the code is working only for dev-branch. |
And what if I have multiple lists with same initial config values (maxOneConfig in your jsbin example) and then I want to disable just the list that reached its max number of items allowed and not all the lists with shared config? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a drag and drop functionality, where I have a container which only accepts one item at max. With the plugin, I don't see any option to achieve this. I am using angular version of the plugin. Any help in this regard would be appreciable.
The text was updated successfully, but these errors were encountered: