I'm having a problem with react beautiful dnd. I have made parent-to-child moving items as well as moving parents vertically but one more feature I need is to select multiple child items by pressing the shift button and clicking on the item also dragging a box over them to select multiple at a time.
Here is my codesandbox example: https://codesandbox.io/s/immutable-meadow-333toq?file=/src/App.tsx
This much I have implemented so far but I need that feature also.
Here is the reference example which I want: https://react-beautiful-dnd.netlify.app/?path=/story/multi-drag--pattern.
But I'm not getting how to implement this. Please help if anyone can. Thank in advance