python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do you use state variables to make a nested drag and drop in React / Kanban board not working in React
Context: The main issue I am trying to solve is that stopping the propagation on an onDragStart event handler (via e.stopPropagation()) is disabling the drag-drop functionality all together. However, ...
Maiya
Votes: 0
Answers: 1
Text field that allow text and draggable and sortable tags in react
I want to make a text field the allows text as well as tags drag and drop from outside.
Tags should also be sortable inside the field like it is the image linked below. I have searched over the intern...
Saiban Ali
Votes: 0
Answers: 0
Is there any way to sort out the problem of delay or (lag) in rendering? in reactjs
Actually, I made a drag and drop component in my application. And the problem I faced is when I drop a picture in that component, it doesn't render on the screen. But on next go it render the picture ...
Ali
Votes: 0
Answers: 2
Drag and Drop data not being retained in dataTransfer object
I am trying to implement a simple drag and drop, but for some reason the data I'm storing in the dataTransfer object is not being retained. Here is my code:
function drag(ev) {
var ch...
Oruguita
Votes: 0
Answers: 1