You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a "source list" with images (a list of "exercises" for a workout)
I want to drag an "exercise" from the source list to a target list (the "workout").
An element in the source should not immediately disappear. The source list rather is a list of "templates" and dragging creates an "instance", so removing the item from the source list is not intuitive.
The source should not be a Droppable.
On the target list I would like to use all the features of react-beautiful-dnd.
Perhaps some of this is already possible, but #188 would make this even more difficult.
You say that react-beautiful-dnd "is not a general purpose drag and drop library" but I really like the 'physicality' so I would really love to be able to use it.
The text was updated successfully, but these errors were encountered:
kontrafiktion
changed the title
Draggable that is not a Droppable
Draggable that is not inside a Droppable
Jan 2, 2018
Bug or feature request?
feature request
I have a "source list" with images (a list of "exercises" for a workout)
I want to drag an "exercise" from the source list to a target list (the "workout").
An element in the source should not immediately disappear. The source list rather is a list of "templates" and dragging creates an "instance", so removing the item from the source list is not intuitive.
The source should not be a Droppable.
On the target list I would like to use all the features of react-beautiful-dnd.
Perhaps some of this is already possible, but #188 would make this even more difficult.
You say that react-beautiful-dnd "is not a general purpose drag and drop library" but I really like the 'physicality' so I would really love to be able to use it.
The text was updated successfully, but these errors were encountered: