Skip to content
#

drag-and-drop

Here are 873 public repositories matching this topic...

Sortable
waynevanson
waynevanson commented Apr 16, 2020

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

inv-senchuthomas
inv-senchuthomas commented Mar 1, 2018

Plase add a feature to select items using shift key press. Like when user clicks an item and when he press shift and an item the items till the first mouse click to shift key press are to be selected like we can see in windows system or linux system.

react-beautiful-dnd
vdh
vdh commented Mar 23, 2020
  1. Add the react-beautiful-dnd package

Okay…

  1. Use the package
import { DragDropContext } from 'react-beautiful-dnd';

This is just an import statement…?

  1. 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

bayareawebpro
bayareawebpro commented Oct 20, 2019

I had found a couple of issues that could be clarified in the documentation and examples from the wiki.

Mock Server Files

The example doesn't work correctly when multiple mock files are removed the "drop files here" message is shown early due to the files property not being populated with the entries added programmatically. (I assume because they're objects not file instances). I tri

jai1331
jai1331 commented Oct 10, 2019

Thanks for the awesome library but I'm stuck at this requirement, how do we show position or placeholder to drop items while drag an item like below:

Capture

So here, the left side is a simple list which contains list items.

Left side is :

  1. This is not droppable, draggable only
GianlucaFrongia
GianlucaFrongia commented Oct 3, 2018

First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding) 💯 💯
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::

justswim
justswim commented Feb 22, 2019

This is a feature request for text ... I'd like to be able to write text with only an outer stroke (no inner stroke).

The main issue with the current fillStroke function is that the stroke gets added to the inside of the font, which makes the font skinnier and hard to read at small sizes.

Here is an example of what Konva does (top text is no stroke, bottom is with a stroke)
![screen shot 20

lkesteloot
lkesteloot commented Sep 28, 2019

In my app I need to modify the drop position. If the item is hovering over position X, I need to say that the item will really drop in position Y, and have item Y open up so that it's visually clear to the user that this will happen.

iOS UITableView supports this with this delegate method.

hdaggett
hdaggett commented Jan 13, 2020

I couldn't find any examples of what the JSON format looked like, and I wanted to be sure the format was relatively independent of Craft itself. However, the JSON uses node IDs instead of nesting the nodes themselves, which I find confusing.

For example, with these Frame contents:

<Frame>
  <Canvas is={CraftContainer}>
    <CraftComponent>
      <TextComponent text="my text here" />
 
react-email-editor
MobeenAshraf
MobeenAshraf commented Mar 21, 2020

As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.

However, when providing user's object via options props like below, it should pass the user's object to init method.

<EmailEditor
 ref={editor => (this.editor = editor)}
 options = { 
     user: {  id: 

基于 React 的组件可视化拖拽页面搭建代码生成工具,组件自由拖拽,dom实时追踪,组件无限制嵌套组合,不添加多余节点,所见即所得,可完美还原UI设计,多平台支持,代码生成,实时预览,项目于2020.2.22开源,喜欢的点颗星支持鼓励一下!

  • Updated May 28, 2020
  • TypeScript
p4j4dyxcry
p4j4dyxcry commented Apr 23, 2019

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.

  1. Values are set to IDragIndo.Data and IDragInfo.Effects
  2. Delay the display of MessageBox

Problematic image

![error-image](https://user-images.githubuserconten

Improve this page

Add a description, image, and links to the drag-and-drop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drag-and-drop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.