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

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.