Hi,
I am trying to achieve a drag and drop functionality. I have one repeating group which is a list of items - its structure is as follows:
- Repeating Group (list of Items)
- Drag/Drop Group
- Text (item’s title)
I have set the Drag/Drop Group as droppable and behavior post drop to “hide group”.
Now I want to drag elements from the above repeating group to another destination RG which has a drop area and text element setup within it. I have tried to set the type of content same as in the previous one but the drop functionality is not working. The element always goes back to the original RG.
In my case the destination RG must be empty to start with - like a blank placeholder, and elements from the original RG can be dragged and dropped there.
Does anyone know how to achieve this in bubble?