We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6869129 commit b4b673fCopy full SHA for b4b673f
app/code/Magento/Ui/view/base/web/js/form/element/date.js
@@ -114,7 +114,7 @@ define([
114
115
shiftedValue = shiftedValue.format(this.datetimeFormat);
116
} else {
117
- shiftedValue = value;
+ shiftedValue = '';
118
}
119
if (shiftedValue !== this.shiftedValue()) {
120
this.shiftedValue(shiftedValue);
@@ -139,7 +139,7 @@ define([
139
value = value.format(this.outputDateFormat);
140
141
142
- value = shiftedValue;
+ value = '';
143
144
if (value !== this.value()) {
145
this.value(value);
0 commit comments