Skip to main content

All Questions

0 votes
0 answers
155 views

drag and drop in vuejs using an icon

I am working on drag and drop feature in my vue.js,here is my parent component: <script setup lang="ts"> import { ref, onMounted, defineAsyncComponent } from 'vue' import AddCourseCard ...
rudeTool's user avatar
  • 598
1 vote
1 answer
3k views

Angular. Drag & drop in flex list

I need drag & drop divs in the list. But div move strangely. Objects are not moved to the places that I need. TS: timePeriods = [ '1', '2', '3', '4', '5', '6', '7' ]; drop(event: ...
Viktor Bylbas's user avatar
4 votes
1 answer
9k views

Angular CDK drag and drop - how to keep original position?

I am trying out the Angular/cdk libraries drag and drop. See the link: https://material.angular.io/cdk/drag-drop/overview I have been prototyping a bit with it but there is one thing that I can't ...
Diemauerdk's user avatar
  • 5,728
3 votes
1 answer
3k views

Drag an element outside its scrollable parent div - ( React-Draggable )

React-Draggable, I am implementing a drag-drop functionality in which a div ( with an image and some elements ) has to be dragged and dropped into different categories, but when we drag the element ...
Praveen Rao Chavan.G's user avatar
0 votes
1 answer
2k views

Want to freely drag and drop using ng2-drag-drop angular 2

I am facing some issues while using ng2-drag-drop . I want to freely drag and drop from one div to another div and then want to drag the dropped div freely in the droppable area. Issue 1) Whenever i ...
Shivam Muttoo's user avatar
1 vote
1 answer
3k views

Angular2 how to change background color when drag & drop

I have a drag and drop container written in Angular 2 typescript. I want to change the background color of the drag & drop container while I am dragging a file into the container. Typescript: @...
Matt-pow's user avatar
  • 976