drag
Here are 385 public repositories matching this topic...
- Add the react-beautiful-dnd package
Okay…
- Use the package
import { DragDropContext } from 'react-beautiful-dnd';
This is just an import statement…?
- Profit
🕺
How? Step 2 was just an import statement.
The rest of the doc goes into other topics. I'll have to dig around elsewhere to find out how to actually use it. It's not a helpful installation
-
Updated
Apr 22, 2020 - Swift
In DefaultDiagramState, should it restrict itself to only listening for left click events, rather than all mouse down events? I'm happy to make a PR for this, but wanted to verify your intention first.
In all of the demo projects this doesn't come up because right
-
Updated
Apr 22, 2020 - Swift
I run into this project and want to build more components for it. Can we have a possible guideline for new contributors?
The documentation as of now lacks a sample example of uploading files to S3 bucket. All it says in the documentation is an upload url - "upload/post" which fails to demonstrate exactly how to handle security related stuffs like header, S3 endpoint, access key, etc.
At minimum, the documentation should lay out what things to consider while using this library to upload files to AWS S3 bucket.
Overview of the problem
Documentation states that x and y can be strings, but are typed as only number.
I'm using react-rnd version [10.0.0]
My browser is: Electron
-
Updated
Apr 3, 2020 - Objective-C
A really minor 'problem':
the draggable component's render documentation says it recieves the 'ref ' parameter, when it doensn't happen.
Container:120 >> return this.props.render(this.containerRef);
Draggable:21 >> return React.cloneElement(this.props.render(), { className: wrapperClass });
Originates from #519
Current behavior:
When acceptFrom is used, but no sortable with the selector can be found the sortable freezes.
Needs validation: This should be validated with an example on codepen.
Desired behavior:
- Catch error from isConnected and log to console.
- Make sure the sor
What steps will reproduce this issue?
If a message box appears when you start dragging a file, mouse operations are disabled.
As a result of investigation, the cause that occurs seems to be due to two factors.
- Values are set to IDragIndo.Data and IDragInfo.Effects
- Delay the display of MessageBox
Problematic image
;
image.src = canvas.toDataURL("image/png"); - replaceChild(duplicateCanvas, image)
so good !!!
before-sort event?
I have a list of collapsible items and would like to minimize them before sorting starts, due to issues related to #32. Is there something like before-sort event or some other hook I can use? Thanks.
Better documentation
-
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository -
Do you want to request a feature or report a bug?
It is basically a request for better documentation.
When starting to implementing the module in my app I looked at many examples you provide (plnkr, snippets in readme) and couldn't see clear info on:
- list of
-
Updated
May 9, 2020 - Vue
Make Silex load faster
This is a relatively easy task for a programmer to start with Silex
Use dynamic imports of webpack to load the app progressively:
- first the App.ts
- then rest of Silex code
- also split the third party modules such as Monaco editor, wysihtml editor, prodotype, cloud explorer, ...
There should be an option to have the link be opened in the background. Meaning that if you left click on a link, it should be possible to have the link open in the background.
-
Updated
Nov 19, 2019 - Java
Improve this page
Add a description, image, and links to the drag topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drag topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
readme is lengthy, verbose, not up to date and difficult to navigate.
Describe the solution you'd like
Add a separate set of docs host on github pages or in the wiki.
Describe alternatives you've considered
This is the alternative.
Additional context
Missing API's, missing examples, missing common solution