Skip to content

Commit 718f708

Browse files
committed
MAGETWO-56396: "Go Today" button in filter type date doesn`t apply value
1 parent bbd4b4c commit 718f708

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)