Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample: https://stackblitz.com/edit/veqltn-fqfeih?file=index.js
The TimePicker component's prevValue property in instances returns the current selected value instead of the previous value. The same scenario works as excepted with DatePicker and DateTimePicker.
Replication procedure:
1. Run the sample application
2. Change the time value to something other than the current value
3. Check the console for the output
Expected Output: The prevValue property should return the previous selected value
Current Output: The prevValue property return the current selected value