Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [react-beautiful-dnd]

Use this tag with questions related to the react-beautiful-dnd library.

react-beautiful-dnd
0 votes
0 answers
37 views

How to restrict the draggable area of an element in react-beautiful-dnd

To clarify, I don't mean defining a droppable area, I mean making it so that visually, you literally can't drag items outside of a certain range. For example, if you have a div that houses a bunch of ...
Trevor DePodesta's user avatar
0 votes
0 answers
36 views

Draggable items break styles on dragging

I'm creating a sequence quiz and chose @hello-pangea/dnd package (which is rewritten react-beautiful-dnd and I succeeded to create a simple component but I faced a problem that when I grab draggable ...
Lvasche's user avatar
  • 302
0 votes
0 answers
22 views

Delay in Droppable Reset Position When Dragging Draggable Out to the Right in react-beautiful-dnd (ReactJS)

I'm having an issue with the react-beautiful-dnd library, which is great for creating drag and drop functionality in React applications. When I drag a Draggable object over a Droppable area and then ...
Denis's user avatar
  • 27
0 votes
0 answers
51 views

Has anyone tried to use ReactFlow with DnD/sortable libraries such as react-beautiful-dnd and dnd-kit?

So, I have a different use case with ReactFlow. A node represents a page, and pages have components. Let's assume we have added one page and some components. I'm trying to make them sortable for easy ...
benxha's user avatar
  • 21
0 votes
0 answers
28 views

React beautifull Dnd Droppable on top of Droppable not working

I have a app that contains columns of droppables and a droppable modal that appears when a draggable is beeing dragged, but the "hitbox" of the modal's droppable space seems to be very ...
max maul's user avatar
0 votes
0 answers
27 views

react-beautiful-dnd list not reordering

I am trying to make an app with react-beautiful-dnd that allows you to drag courses between semesters. I believe everything in the handleDrag function is correct, and the I am printing the data after ...
nbottari9's user avatar
0 votes
0 answers
24 views

Why is draggable id not found even though I can see it trough inspector?

While using react-beautiful-dnd in my react app I stumble upon an issue. After reorder a DND list, I end up not being able to move the replaced item since it may not have a draggable id.Unable to find ...
Leo Wttr's user avatar
0 votes
1 answer
75 views

drag and drop task in react js using buttons [closed]

In drag and drop if we have to do selection first and after that have to submit by clicking button so what type of functions or event handlers I have to use? I have tried react-beautiful-dnd but still ...
Aniket Bari's user avatar
0 votes
0 answers
128 views

How to adjust touch sensitivity using @hello-pangea/dnd (formerly react-beautiful-dnd)

I'm making a draggable list with hello-pangea/dnd, which works well for web, but on mobile, you have to touch an item for a bit before it registers. Is there a way to make it more sensitive? I've ...
Tyler Maxey's user avatar
1 vote
0 answers
57 views

Row and column draggable card using react beautiful dnd both rows and columns can be multiple (Reference : Clickup Swimlane)

So i want create a dnd structure like row and column drop its more like task management and below provided its basic column dnd and i need implement with row and column so initial tasks structure can ...
RamkumarR's user avatar
0 votes
0 answers
29 views

React: Drag and Drop item between Panels and Tables

I am new to react. If I click open panel a panel opens. if I drag the item from the panel to column2 it should add to the table and simulataneously it should add to column 1. same way if I add to ...
Ram01's user avatar
  • 171
0 votes
0 answers
53 views

Trouble Moving Items Between Columns in React Using react-beautiful-dnd

I am new to react I need to move the item from the column 3 to column 1. Initially I developed static code. then I used react-beautiful-dnd and splice logic to move item from source to destination I ...
Ram01's user avatar
  • 171
0 votes
0 answers
35 views

React Beautiful DND drag functionality not working

I am new to react Can you let me know why the below drag functionality not working. I followed the below tutorial. I even debugged by putting console.log. console printing, but drag not working ...
Ram01's user avatar
  • 171
0 votes
0 answers
14 views

Property does not exist on type Readonly { } using beautiful dnd

I'm using the beautiful dnd package to create a drag and droppable list in reactjs. I'm trying to get a basic example of theirs to work so that I can understand it better. I had a few errors pop up ...
NomadsThings's user avatar
0 votes
0 answers
14 views

React-Beautiful-DND - I Have treenode while dragging child node below parent also overlapping. I need to move within the hierarchy level

React-Beautiful-DND - Treenode while dragging child node below parent also overlapping. I need to move within the hierarchy level. I need only child node to move overlap the parent node. enter image ...
WhiteDevil's user avatar

15 30 50 per page
1
2 3 4 5
22