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!
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:
Current Behavior : The value is should not be to be cleared.
Expected Behavior
: The
value needs to be cleared.
Case 2 :
Replication Procedure:
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