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!

0
Votes

Sample : https://codesandbox.io/s/react-hooks-counter-demo-forked-z5lfc9?file=/src/index.js


Validation Details :


DatePicker change event triggers multiple times when we use setState in react.

When we change the value of Syncfusion’s calendar component (All calendar components), the default calendar change event is called unnecessarily.


               

Replication procedure :

  1. Run the sample.
  2. Change the Date value.

 

Expected Output: Change event needs to be triggered only once.

Current Output : Change event triggered Multiple times.