-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
1649 multiple resources #2165
1649 multiple resources #2165
Conversation
@cutterbl Let me know if anything else is needed here. Happy to make any changes needed to get this integrated. |
@jimhlad I haven't had time to thoroughly review the changes yet, but I did notice that there weren't any changes to the stories to explain the change in behavior. |
@cutterbl Thanks for reviewing. Just modified A more detailed example can be found here: |
@jimhlad That's part of it, but also some explanation in the documentation. Maybe something in the resources prop documentation? |
@jimhlad Can you please update your branch with latest changes to 'master' for testing please? As well as add some documentation? Think this would be a great feature. |
Code moved to #2405 and released as part of v1.7.0 |
Continued from here (ported the functionality and made some adjustments): #1724
Per #1649 , this adds support for events linked to multiple resources.
The example code has been updated to demonstrate two possible drag and drop behaviours:
Please see
stories/demos/exampleCode/dndresource.js
for an example.Fixes #1649