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!
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 :
Expected Output: Change event needs to be triggered only once.
Current Output : Change event triggered Multiple times.