So here’s my situation. In my app I am attempting to createsdrag and drop elements with a dB source. This is what I want to do.
let’s use A,B,C as an example with Text-A, Text-B,Text-C for now
Each of them can be dragged onto DropZones[A-C]
I am using the drag and drop plugin, which has return home or hide as default behaviour. I want to show the dragged element text in the Drop box. To do this a custom state is required for the dropzone to identify what text to display. So far this text has all proved elusive regardless of whether that custom state is at parent or page level.
I have two questions here.
Is the draggable elements plugin the right call for this functionality to woekj properly or should I be looking at a different plugin?