diff --git a/lib/web/mage/calendar.js b/lib/web/mage/calendar.js index ac154b333801d..e86bac6718112 100644 --- a/lib/web/mage/calendar.js +++ b/lib/web/mage/calendar.js @@ -379,6 +379,9 @@ .addClass('v-middle') .text('') // Remove jQuery UI datepicker generated image .append('' + pickerButtonText + ''); + + $(element).attr('autocomplete', 'off'); + this._setCurrentDate(element); },