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!
In the DatePicker, DateRangePicker, and TimePicker, when the popup is open and the state is dynamically changed, the popup automatically closes.
Date Picker – https://stackblitz.com/edit/react-ueybcc-ddhrst?file=index.js
DateRange Picker - Mmqmwd (forked) - StackBlitz
Replication Procedure:
1. Run the sample.
2. Open the Popup
3 . See the issue , the popup will close due to state changes .
Expected: The popup doesn't close unless there is user interaction.
Current: The popup automatically close when the state has changed.