Hi, I am using Bubble’s draggable elements for the first time and having some issues. I saw a similar issue from March 2024 with no responses so hoping this one will get some responses.
Problem
The “Drag/drop Group” items disappear within the “Drop Area” when dropped into the “Drop Area”
Context
- I have a data type named “item”. I want to drag these “items” into a DropArea called “plot”.
- Here is the element tree so you can see the hierarchy
**Drag/drop Group **
These show up fine as a repeating group on the page.
- When I drag into areas that are not the DropArea, it floats back to original position. That is good.
- They can be dragged and dropped into the DropArea. The original location disappears which is good. What is bad is that it doesn’t show up in the new location within the droparea. It disappears in the droparea. I removed the image and left only the droparea previously, and it still doesn’t show up.
Question
- How do I make sure the item appears within the new location in the droparea? I don’t currently have a workflow. I did try a few using the event that “droparea for plot has a group dropped into it” and tried a few settings with the “move a draggable group” as the action but nothing seems to work.
Thanks in advance for any help.