react-beautiful-dnd Questions
8
I was following along with a react-beautiful-dnd tutorial that uses react component classes instead of hooks. I was writing an equivalent program with modern react syntax when I came across this er...
Army asked 31/5, 2021 at 21:18
21
Solved
In the code below the UI renders two "Column" components and each column contains two draggable elements called "Tasks". When the user drags a "Task" between columns the code works - up to a point....
Casualty asked 2/2, 2020 at 19:25
4
Solved
I am trying to use react-beautiful-dnd for drag n drop sorting of a list but my elements are not draggable and I get Unable to find draggable with id: X. I have cross-check my code with examples in...
Tamanaha asked 10/4, 2022 at 17:37
12
Solved
I created a draggable drag and drop table with draggable rows.
I'm using react beautiful-dnd for this.
When I drag a row, the row gets out of position instead on the position of my cursor.
When I d...
Losing asked 4/3, 2019 at 11:20
2
Solved
Using https://www.npmjs.com/package/react-beautiful-dnd after reordering some element for the first time, reordering of the previously moved item is not possible and the console prints
Unable to f...
Wigley asked 1/11, 2022 at 17:14
2
Any idea why in react-beautiful-dnd I conterminously get "Droppable: unsupported nested scroll container detected." ?
react-beautiful-dndDroppable: unsupported nested scroll container det...
Bosch asked 19/10, 2020 at 4:54
2
Trying out the react-beautiful-dnd to create dragabble items but can't find why it is so "jumpy". The dragged item and other items are moving and scaling after moving item and releasing it (see ima...
Coccyx asked 1/12, 2019 at 22:22
1
I have a sandbox, where I am trying to make react-beautiful-dnd work. It has to have the ability to move the columns horizontally.
However I am receiving the following warning (when trying to drag...
Meyerhof asked 2/3, 2020 at 21:54
5
I try to use "react-beautiful-dnd" and I got with the implementation into an existing project. The version of the package I'm using is 10.1.1 because I can't use a higher one.
I tried to place the...
Resect asked 11/11, 2019 at 13:45
3
In the docs it says:
DragHandleProps need to be applied to the node that you want to be the drag handle. This is a number of props that need to be applied to the <Draggable /> node. The simp...
Arrest asked 4/12, 2019 at 0:0
5
Solved
When I try to use react-beautiful-dnd with next.js (or in general with server side rendering), after reorder items and refresh the page I get this error:
react-dom.development.js:88 Warning: Prop `...
Gareth asked 7/10, 2020 at 10:54
1
I am using typescript react-beautiful-dnd to drag and drop items from one container to other container and viseversa.
In one container there are user names and other container has only one name cal...
Richart asked 1/11, 2020 at 17:0
1
Is there a way to cancel drop action of react-beautiful-dnd's Draggable object? I have a list of items with one item to be always at last position.
I want to disable (or at least properly cancel)...
Fibrosis asked 14/10, 2019 at 9:51
2
Solved
I was following the tutorial but I unexpectedly got this error, does anyone see what is going on?
Here is the full error:
react_devtools_backend.js:2557 react-beautiful-dnd: A setup problem was
en...
Lithiasis asked 11/5, 2021 at 18:12
1
i have some data that is available on my draggable elements. i would like to use that data onDragEnd, but i didn't find a way to pass any draggable data excepts the draggableId which is passed into...
Delft asked 12/9, 2020 at 12:35
0
this is my first question here. As the title says, i'd like to know if is there a way to create a dnd grid using react beautiful-dnd library. I've already found out that the library supports vertic...
Blas asked 5/1, 2022 at 8:7
0
I want to create a "palette" to drag from using react-beautiful-dnd. This will be like a palette in a drawing app, ie. (a copy of) the draggable will remain in the palette during the drag...
Decosta asked 4/8, 2021 at 23:26
0
I'm using react-beautiful-dnd in a project and when I'm dragging a draggable, the page auto scrolls if I drag it near the top, bottom or sides of the page. I could theoretically fix this problem by...
Reactor asked 27/7, 2021 at 13:23
0
I am working with a third-party component which doesn't forward the ref to its DOM component and unfortunately, I need to get a ref to its DOM element in my code.
The code below obviously fails:
co...
Durwin asked 27/4, 2021 at 13:2
1
Solved
How can i keep draggable in it's original list while dnd action in progress? E.g. i want to drag item "copy" and hold it's original where it was at the same time. After onDragEnd i can copy data, b...
Misstate asked 17/4, 2020 at 11:3
1
Initially the element is draggable from one column to the other, but after 2-3 item drags, items which are on certain index stops draggins, like I'm dragging an item from column-1 index 0 to column...
Evacuation asked 8/6, 2020 at 13:41
1
I'm creating a trello-like component using react-beautiful-dnd however the draggable object isn't visible during a drag and I am struggling to figure out why.
See gif here
This is the relevant co...
Chariot asked 27/11, 2018 at 11:28
1
Solved
I am using react-beautiful-dnd
Cant find any solution for change Draggable click area.
I need drag items when I click in custom area (not at whole Draggable element).
For example, Draggable eleme...
Brownie asked 21/4, 2020 at 17:7
1
Solved
I am trying to implement react-beautiful-dnd. They have a video guide which I've followed, and double checked and compared my code to the one in the video multiple times, yet I keep getting this er...
Girlie asked 17/3, 2020 at 14:9
2
Solved
Video demonstrating my issue: https://i.imgur.com/L3laZLc.mp4
I have a simple app where you can add Cards to 2 different Rows. When a card is added to a row, I'm using react-transition-group to tr...
Dehlia asked 23/2, 2020 at 21:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.