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

Description: When using the 'EEE hh:mm a' format and changing the time, and then focusing out of the component, the day changes automatically.

Sample: https://stackblitz.com/edit/react-7uodxm-vwck5b?file=index.js%3AL7

Replication Procedure:

  1. Run the sample.
  2. Click on the DateTimePicker input and choose any date
  3. Then use left arrow key to navigate through the time in the input
  4. Do change the time and click outside of the input to off focus.
  5. You will see the date change to another day.

Expected behavior: While using the 'EEE hh:mm a' format and changing the time, it should not affect the day.


Actual behavior: While using the 'EEE hh:mm a' format and changing the time, it affects the day.