Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature request: rendering another instance while dragging and with a different renderer #977

Closed
gabrielenosso opened this issue Dec 3, 2018 · 1 comment

Comments

@gabrielenosso
Copy link

The feature is a request between 2 other features I have been requested in other posts:

  1. When the user starts to drag a Draggable, it duplicates the object:
    it doesn't remove the Draggable from the Source list, but it creates another instance of it.

  2. The component that appears during the drag is different from the one rendered in the list.
    For example, as a prop: <Draggable dragRenderer={

    Hello
    } />
    (The virtual model built for the drag operation should be based on the component specified in dragRenderer)

With these 2 features implemented, we could use the library in a lot of new different scenarios.

@alexreardon
Copy link
Collaborator

For now this falls outside of our design principles

We will need to implement some sort of copy for #68.

For copy behaviour see #216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants