-
Updated
Jan 15, 2022 - JavaScript
sortable
Here are 188 public repositories matching this topic...
-
Updated
Jan 28, 2022 - JavaScript
-
Updated
Jan 29, 2022 - TypeScript
- User case:
- for programmers new to the library to get some context on how to add customization functions and styles
- Implementation ideas:
- Thinking of creating a markdown doc or webpage or something
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?
-
Updated
Aug 18, 2021 - Java
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Jan 30, 2022 - TypeScript
When you select an item using a Space key and then use Up or Down key to change its order, the container does not auto-scroll once the selected item moves beyond the container's boundaries.
-
Updated
Mar 11, 2019 - TypeScript
-
Updated
Feb 23, 2020 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Jan 17, 2022 - Vue
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Mar 13, 2021
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Nov 4, 2021 - Rust
-
Updated
Oct 5, 2018 - JavaScript
-
Updated
Jan 31, 2022 - HTML
Improve this page
Add a description, image, and links to the sortable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sortable 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: true
option.To Reproduce
Steps to reproduce the behavior: