#
droppable
Here are 22 public repositories matching this topic...
enhancement
Quality of life changes to existing features
Swap
Relating to the Swap plugin
good first issue
A great place for new contributions
pastur
commented
Dec 20, 2021
react-sortable-hoc provides the native event on the onSortEnd callback, that makes it trivial to know which kind of input method was used.
How can we tell from the onDragEnd handler if a drag/sort was performed using the keyboard, mouse, or touch?
The sophisticated Drag and Drop library you've been waiting for 🥳
-
Updated
May 14, 2022 - TypeScript
robmeredith
commented
Aug 27, 2017
Version: 2.6.0
Angular 4.3.5
AngularCli: 1.4.0-rc.1
When running on universal I get the following error
ERROR TypeError: this.el.nativeElement.querySelector is not a function
at Draggable.getDragHandleElement (C:\dev\git_clones\app\node_modules\ng2-drag-drop\src\directives\draggable.directive.js:136:49)
at Draggable.applyDragHandleClass (C:\dev\git_clones\app\node_modules\ng
A javascript library to give file dropping super-powers to any HTML element.
files
typescript
web
drop
droppable
drop-files
file-selector
drop-file
file-dropper
select-files
file-select
select-file
-
Updated
Sep 29, 2021 - TypeScript
Easily manipulate drag and drop in Electron
-
Updated
May 26, 2020 - JavaScript
Draggable, Droppable, and Sortable components for React
-
Updated
Dec 23, 2019 - TypeScript
-
Updated
May 24, 2019 - JavaScript
A custom element that makes the content sortable
javascript
web-component
dnd
sorting
ui
component
frontend
drag-and-drop
drag-drop
dragging
animation
web-components
drag
sort
sortable
reordering
droppable
draggable
polymer-3
-
Updated
Apr 20, 2020 - JavaScript
A clean and performant React Hook implementation of universal component/element dragging/moving, dropping, and resizing.
-
Updated
Feb 13, 2022 - JavaScript
Simple implementation of drag and drop and drop zone with React hooks
-
Updated
Jan 17, 2021 - TypeScript
JQuery basic programs.
css
html
jquery
events
attributes
slides
actions
datepicker
value
selector
toggle
show
hide
before-after
droppable
draggable
addclass
removeclass
fadeout
toggleclass
-
Updated
Jul 5, 2020 - HTML
The website for the droppable library
-
Updated
Apr 10, 2018 - CSS
Draggable and Droppable with the help of jQuery UI. The user can create its own form and customize it according to its need.
-
Updated
Jun 26, 2019 - JavaScript
Improve this page
Add a description, image, and links to the droppable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the droppable topic, visit your repo's landing page and select "manage topics."
Describe the bug
When using the Swap plugin, it's impossible to cancel a swap once the swap threshold has been met for an item. You can't drag the item back to its original place to prevent a swap. This happens with or without the
revertOnSpill: trueoption.To Reproduce
Steps to reproduce the behavior: