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!

  • 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

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