You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[ ] bug report
[x ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
i would like an event that is triggered after items are moved between different dnd-sortable-container
What is the current behavior?
The trigger OnDragSuccess and OnDropSuccess trigger only when items are reorderd in the same dnd-sortable-container, but not when they are moved between different dnd-sortable-container
What is the expected behavior?
have an new event that indicates if an dnd-sortable has moved to a new dnd-sortable-container
What is the motivation / use case for changing the behavior?
having a trigger when items are moved between containers is very useful when working with draggable objects
Please tell us about your environment:
angular: ^6.0.2
ng2-dnd: ^5.0.2
browser: all
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
example HTML that represents a situation of multiple containers and dragging between them:
`
TODO
WIP
Done
`
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[ ] bug report
[x ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
i would like an event that is triggered after items are moved between different dnd-sortable-container
The trigger OnDragSuccess and OnDropSuccess trigger only when items are reorderd in the same dnd-sortable-container, but not when they are moved between different dnd-sortable-container
What is the expected behavior?
have an new event that indicates if an dnd-sortable has moved to a new dnd-sortable-container
What is the motivation / use case for changing the behavior?
having a trigger when items are moved between containers is very useful when working with draggable objects
Please tell us about your environment:
angular: ^6.0.2
ng2-dnd: ^5.0.2
browser: all
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
example HTML that represents a situation of multiple containers and dragging between them:
`
The text was updated successfully, but these errors were encountered: