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

Issue Description:

In DatePicker, Datetimepicker, and DateRangePicker, values are not cleared or changed after focusout .The following two cases are not working, whereas in the time picker it works.

>>>>>

Samples

JS - https://stackblitz.com/edit/damsmq-chpxkp?file=index.js,index.html

>>>>> 

Case 1 :


Replication Procedure: 

  • Run the Sample
  • Select the value in the popup and Focusout.
  • Now, press CTRL+A or select text value with mouse - press BACKSPACE/DELETE.
  • And again, focus out the value is not cleared .

Current Behavior : The value is should not be to be cleared.

Expected Behavior The value needs to be cleared.


Case 2 :

Replication Procedure: 

  • Run the Sample
  • Select the value in the popup and Focusout.
  • Now change the value using keyboard .
  • And again, focus out , it will not change it will maintain previous value.

Current Behavior : It will not change it will maintain previous value.

Expected Behavior :
It will need to change it doesn’t maintain the previous value.


Note : Both cases are working in Timepicker