dnd
dnd copied to clipboard
Beautiful and accessible drag and drop for lists with React.
This PR addresses #425 allowing use of DND inside shadow roots e.g. in used in Web Components. It does not cover drag&drop between different shadow roots. Approach: - To find...
### Description When cloning an element, it would be useful to have the option for the source `Draggable` to stay in the list. This pattern is generally useful if you...
### Description Related: https://github.com/atlassian/react-beautiful-dnd/issues/374 https://github.com/atlassian/react-beautiful-dnd/issues/2168 https://github.com/atlassian/react-beautiful-dnd/issues/1390 https://github.com/atlassian/react-beautiful-dnd/issues/1315 https://github.com/atlassian/react-beautiful-dnd/issues/1514
This is to document that this [react-beautiful-dnd issue](https://github.com/atlassian/react-beautiful-dnd/issues/1593) exists in this library as well. In [Kibana](https://github.com/elastic/kibana), we are currently employing this strategy https://github.com/atlassian/react-beautiful-dnd/issues/1593#issuecomment-592198343 to suppress the messages. Except, since we...
Please provide an example to show the issue. Here is a boilerplate to help you get started: Following is working for react-dnd but not for hello-pangea/dnd https://ghostinspector.com/blog/simulate-drag-and-drop-javascript-casperjs/ Wanted to use...
### Expected behavior Regarding Droppables that are overlapping, the Droppable with the highest z-index should be selected. Related issues: - https://github.com/atlassian/react-beautiful-dnd/issues/655 - https://github.com/hello-pangea/dnd/pull/196 ### Actual behavior The library does not...
### Expected behavior When you hover over the Draggable element, you see the drag cursor. ### Actual behavior When you hover over a Draggable element, you see a regular cursor....
On the storybook auto-scroll page, trying to drag an element sideways in the first example doesn't work if the list is too close to the top or bottom of the...
dnd does not work with react-table v8 and I can't tell if the problem is hello-pangea/dnd, react-table, or my own code. Here is the code sandbox: https://codesandbox.io/p/sandbox/exciting-banzai-xmwglr?file=/src/App.tsx:104,33 Doesn't work at...