From 718f708039f97385c1fab2f5b0afe48f80220438 Mon Sep 17 00:00:00 2001 From: Volodymyr Zaets <vzaets@magento.com> Date: Fri, 11 Nov 2016 13:55:36 +0200 Subject: [PATCH] MAGETWO-56396: "Go Today" button in filter type date doesn`t apply value --- lib/web/mage/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/mage/calendar.js b/lib/web/mage/calendar.js index 984274575aa..5893b95f4bd 100644 --- a/lib/web/mage/calendar.js +++ b/lib/web/mage/calendar.js @@ -552,7 +552,7 @@ //Set date/time according to timezone offset $(el).datepicker('setTimezoneDate') // To ensure that user can re-select date field without clicking outside it first. - .blur(); + .blur().trigger('change'); }; return { -- GitLab