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!
DatePicker component hides popup on component re-render in React
Sample: https://stackblitz.com/edit/react-p2uu5q-myx6vi?file=index.js
Replication procedure:
1. Run the above sample.
2. Click on the DatePicker icon, the popup get closed as soon as opened.
3. Click on the TimePicker icon, it is working as expected.
4. Actual: DatePicker popup gets closed.
5. Expected: DatePicker popup should be opened until choose date.