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

When using the DateRangePicker with Depth set to Year or Decade, and min/max values are set to dates within the middle of months (e.g., 05/15/2025 to 11/15/2025), the user can select a valid date range, but the selected range is not visually updated in the UI. The internal value updates correctly update in the input , but the calendar popup does not reflect the selected dates.


Replication Procedure:
  1. Run the sample
  2. Select the month may to nov 
  3. See the issue , UI not get updated 


Expected Output:
Selected year range (e.g., 05/2025 to 11/2025) should be highlighted in the UI ( Calender popup)  and visible to the user 

Current Output:
Selected year range (e.g., 05/2025 to 11/2025) not shown  in the UI and visible to the user.