Thomas
Results
2
comments of
Thomas
Is it possible to have the calendar go back to the current month, without pressing the arrow button?
You can use `uiCalendarConfig.calendars[calendar].fullCalendar('gotoDate',date);` `calendar` being your calendar and `date` the Date object you want to display
I've got the same problem. In Loop mode Splide *sometimes* seems to init on the first clone (which is the second to last actual slide). I avoid this by not...