Skip to content

Commit 68ba53d

Browse files
niravkrishPrakash Prajapati
niravkrish
authored and
Prakash Prajapati
committed
Fixed - Reset feature does not clear the date
1 parent 6fd1cb4 commit 68ba53d

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Ui/view/base/web/js/form

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/form/form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ define([
339339
*/
340340
reset: function () {
341341
this.source.trigger('data.reset');
342+
$('._has-datepicker').val('');
342343
},
343344

344345
/**

0 commit comments

Comments
 (0)