Prevent drag and drop items from getting checked when dropped into a different list. #9640
Replies: 1 comment
|
This is intentional, and it's actually documented in a code comment right at the source of the behavior, in
So it's deliberate a11y/feedback behavior (mainly for keyboard and screen-reader users, who otherwise get no visual confirmation that a drop actually happened) — there's no But that same comment gives you the actual escape hatch: it only auto-selects when |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey guys!
Has anyone figured out how to get items from not getting checked when dragging across lists? I think this example best demonstrates it. In our case we're using GridList in tandem with useDragAndDrop.
It looks to be intended behavior for an item go get checked when dropping into a different list, but I'm curious if anyone has figured out how to disable this behavior.
All reactions