Dylan Ferris

Results 155 comments of Dylan Ferris

For reference, a workaround is to include the "

Thanks, confirmed. I adjusted your demo to have `editable: true` on the view and can see the event with `editable: false` can still be moved to another resource: https://codepen.io/acerix/pen/eYZxVrj?editors=001 You...

Yes, it shouldn't be draggable at all with `editable: false`.

It seems that changing the state from within `datesSet` causes a loop, but only with a `validRange` for some reason. As a workaround, you could supply the events "as a...

Thanks, confirmed. I get the same in this demo: https://stackblitz.com/github/fullcalendar/fullcalendar-examples/tree/main/vue3 I disabled some code and it still has the error in this reduced case: https://stackblitz.com/edit/github-v6jr59?file=src%2FDemoApp.vue As a workaround, setting allDay:...

If I understand, you are referring to the `agendaDay` view with `mintime: '07:30'`, and you would like to offset the slot labels so they don't start at the top. So,...

Yes, for the labels to be 7pm, 8pm, 9pm..., the best option is to start `mintime` on the hour. If you want have those labels when `mintime` is not on...

I think it's not considered a bug because `resourceLabelText` is not intended to have HTML in it. I'm not sure what the cause is but it seems to work by...

I can see there's a delay after clicking the resource column in Chrome when there are many resources, but didn't find an obvious solution so that should be posted as...

Similar report in https://fullcalendar.freshdesk.com/a/tickets/3130 that inputs in events can't be focused: https://codepen.io/acerix/pen/WNpoYRZ?editors=001 Omitting the interaction plugin works as a workaround: https://codesandbox.io/s/upbeat-mountain-vulob-scheduler-sticky-header-forked-qjgi4?file=/src/DemoApp.jsx