Skip to content

Commit e378c79

Browse files
p-bystritskyPrakash Prajapati
authored and
Prakash Prajapati
committed
#23007: Code demarcation standard fix.
1 parent 68ba53d commit e378c79

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ define([
339339
*/
340340
reset: function () {
341341
this.source.trigger('data.reset');
342-
$('._has-datepicker').val('');
342+
$('[data-bind*=datepicker]').val('');
343343
},
344344

345345
/**

0 commit comments

Comments
 (0)