Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

We have an issue where sometimes the schedule is not moving to the pre-set start time when loading, it should be loading to 7:00am, but it's loading to 12:00am (using week view as the default in my app).  Have not been able to narrow down why, but appears to be a bug in the SyncFusion code.   Confirmed that it does the same in Windows Edge and Chrome. Also on Mac.

In our ScheduleComponent we have this set:

startHour={isMobile ? "07:00" : "00:00"}
endHour={isMobile ? "21:00" : "24:00"}