Remove items by moving them out of bounds
There is a new removableByMove
top API that will allow you to remove items when being moved far left or right. PR. Example.
This also adds targetRect
as an another parameter that's being passed to you through onChange
callback. This can be useful when you want to detect where exactly the item was dropped.