Dylan Ferris
Dylan Ferris
Workaround CSS to hide the extra titles: https://codepen.io/acerix/pen/ExwjERj
This actual issue is clicking a date in a resource view that has no resources: https://codepen.io/acerix/pen/MWWoyqp?editors=0010 A workaround is to switch to `timeGridDay` when there are no resources or add...
Thanks, confirmed. The issue seems to be with turning that setting on (which enables horizontal scrolling), it doesn't happen if `dayMinWidth` is set initially so that could work as a...
Does it not work to include `dayMinWidth` in the settings like my example? I believe this existing ticket captures the need of making events not overlap: https://github.com/fullcalendar/fullcalendar/issues/3675 ↑ Please visit...
It sounds like are using React state to update the value, you can instead use `setOption` through the API which should work as in my example: https://fullcalendar.io/docs/react#calendar-api
It seems like a bug since it works for events that are already in the calendar, they loose their duration if dropped on all-day, so I would expect the same...
The order appears correct to me, they are in order by title from left to right. I'm not sure what you mean by "bottom to top", the events in this...
Thanks for the details, I see the issue now and get the same in the basic template. https://codepen.io/acerix/pen/xxWBJbJ?editors=1010 (Click in the input field then press tab) As a workaround, it...
Would you be able to post a [runnable, stripped-down demonstration of the bug](http://fullcalendar.io/wiki/Reduced-Test-Cases/)? Would really appreciate it because the time saved reproducing will be time spent fixing.
Reduced test case: https://codepen.io/acerix/pen/XJrqMVm?editors=1010 Clicking "editEvent()" should move and resize the event, but nothing happens. It seems like a bug since `startEditable` does not prevent moving the event in this...