Skip to content

Commit a821c01

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-56396' into BUGS
2 parents 1ffbff6 + 718f708 commit a821c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
//Set date/time according to timezone offset
553553
$(el).datepicker('setTimezoneDate')
554554
// To ensure that user can re-select date field without clicking outside it first.
555-
.blur();
555+
.blur().trigger('change');
556556
};
557557

558558
return {

0 commit comments

Comments
 (0)