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!

0
Votes

Description:

In Date Range Picker , when we set the presets with a specific time, it works the first time. However, when we change the preset, the set time is being changed to 00.00.


Sample : https://stackblitz.com/edit/nsts8x-hbvwzk?file=index.js


Replication Procedure:

  1. Run the sample.
  2. Open the Date range picker popup .
  3. Click the Today preset and then This week Preset . ( You will notice that the time is setting along with presets value )
  4. Again, click the Today preset . ( See the issue the preset value time is reset to 00.00) 

Expected: Preset time should be retained when changing presets.

Current: Preset time resets to 00:00 when changing presets.