-
https://api.flutter.dev/flutter/widgets/Draggable-class.html
Update:
`Draggable` has been tested and implemented, but for our purpose, it is limited. `ReorderableListView` has been implemented for…
-
Hello! Firstly, thank-you for taking the time to develop this component, it is much needed by the community.
I have noticed that the following error appears intermittently in Chrome Dev Tools whil…
-
Angular support is very easy to integrate using a directive:
```ts
import { Directive, ElementRef, inject, Input } from "@angular/core";
import { Draggable, DragOptions } from '@neodrag/vanilla'…
-
I have the same issue as outlined in #743 . I have tried the fix of adding `forceFallback` but unfortunately this hasn't fixed the issue for me, in fact it makes it _worse_!
I saw in [this issue o…
-
React version - 17.0.2
Draggable version - 4.4.4
```
{children}
test
```
in the above snippet I am getting the console err…
-
I have a crud which itself has an addModalAction that opens a modal show a child model's crud. If I addDraggable to that child model's crud, it throws an error:
```
$crud = \Atk4\Erp\Crud::addTo($ap…
-
**Describe the bug**
The nested example from the readme is not working: https://snack.expo.dev/@computerjazz/draggable-flatlist-examples
**To Reproduce**
Access the link example. Not working on a…
-
When Draggable is nested inside vue-draggable-resizable-gorkys, it cannot be dragged to sort.
当Draggable 嵌套在vue-draggable-resizable-gorkys 内部使用时,无法拖动排序。
-
Hi Team, happy new year!
## Use case
I would like to be able to start dragging a `Draggable` widget from another widget within it's subtree. Example:
```dart
Draggable(
child: ListTile(
…
-
I have already seen [this](https://github.com/react-grid-layout/react-draggable/issues/582) and [this](https://github.com/react-grid-layout/react-draggable/issues/358) post, but I think it is a dirty …