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!>
Thanks for joining our community and helping improve Syncfusion products!
When we navigate to the month view in the start date, the
end date view also changes automatically. However, the customer wants the end
date view to remain unchanged when we modify the start date view.
Sample: https://stackblitz.com/edit/react-dv3xnj-vtkdtj?file=index.js,sample-base.js
1)
On Start Date,
1-a)
click 2023,
1-b)
click Jan
Actual:
The depth of End Date automatically changes to Month View. This
auto change confuses user, because the decade/year of End Date is not selected.
The user now, is expected to make extra clicks to go to "Decade" view
and drill down again.
Expected: The
depth of End Date must stay same.