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 are using "MMM d, yyyy" in DatePicker component. After adding fomat and typing 12/31/2023 it is working as expected 


Image


But on typing 03/31/2023 it should display Mar 31,2023 ,but this is not working it is showing different month.

Image


Sample:  https://stackblitz.com/edit/react-gw4beg-lzvxwg?file=index.js


Reproduction Steps:

  • Run the attached sample.
  • Type 03/31/2023
  • You can see the issue

Expected Behavior: Typed value should update properly on datepicker

Current Behavior: Typed value not updated properly