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
The only way i got it to work was using HTML5 drag n drop api which required me to bastardize a copy of fullcalendar, since it only supports jquery ui draggable out of the box.
Hey @az-oolloow, could you explain further this bastardize stuff? Ive been trying to get drag and drop to work for a while now. Im having the exact same problem as described in this post. The draggable element disappears whenever I start to drag.
First of all, many thanks for this amazing demo!
If one is looking simply to add full calendar, it's more than extensive.
unfortunately i have run into the issue where no matter what i tried, i couldn't get the
.draggable()
working with Full Calendar when hosted in LWC.I can sort of get callbacks from html5 dragging but then i have to calculate start and stop myself, and the event hover is fixed to 2 hours always.
Have you ever tried this?
The text was updated successfully, but these errors were encountered: