react-beautiful-dnd icon indicating copy to clipboard operation
react-beautiful-dnd copied to clipboard

Support wrapping items?

Open larissa-n opened this issue 2 years ago • 4 comments

Currently, items can be arranged in vertical or horizontal lists. As soon as items in a horizontal list wrap to a new line, neither the horizontal nor the vertical direction prop can accurately capture a move.

Demo: https://codesandbox.io/s/dnd-behavior-8nwyk?file=/src/App.js

Screen Shot 2021-11-15 at 4 28 25 PM (2)

larissa-n avatar Nov 15 '21 15:11 larissa-n

https://github.com/atlassian/react-beautiful-dnd/issues/316#issuecomment-364794806

sean-esper avatar Dec 21 '21 21:12 sean-esper

Relaying from another thread, your use case would be suitable for react-kit-dnd, stinks because this is a great library

mexicantexan avatar Dec 22 '21 23:12 mexicantexan

stinks

wow ,thanks for your recommendation for react-kit-dnd it saved me

iqshen avatar Jan 13 '22 11:01 iqshen

@larissa-n As a workaround solution, you can try the idea I've used in my app. More info here https://github.com/atlassian/react-beautiful-dnd/issues/316#issuecomment-1140455216

piotrprzybytniewski avatar May 29 '22 13:05 piotrprzybytniewski