fullcalendar / fullcalendar-react

The official React Component for FullCalendar
https://fullcalendar.io/docs/react
MIT License
2.09k stars 110 forks source link

Dates don't change when I create a custom view with dateIncrement #111

Closed fabianosanttana closed 4 years ago

fabianosanttana commented 4 years ago

Hello guys, i have some trouble in my V5 of full calendar, on v3 works fine.

psWeek: {
    type: 'timeGridWeek',
    duration: { days: 7 },
    dateIncrement: { days: 1 },
    buttonText: 'planning.calendarOptions.week',
  },

Back button dosnt work

ezgif com-gif-maker (1)

antonioacg commented 4 years ago

Had the same issue on v4 a while ago, I'm staying on v3 for now

acerix commented 4 years ago

If this is a question, please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.

fabianosanttana commented 4 years ago

Hello @acerix, thanks for response. I wrote a code in https://codepen.io/fabianosanttana/pen/VwjoBVj?editors=001, to see the bug, its only necessary using navigation arrows in the time, try to come back in the time. The navigation button event is triggered but the calendar stay in the same date

acerix commented 4 years ago

I believe this existing ticket captures this need: https://github.com/fullcalendar/fullcalendar/issues/5319 ↑ Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.