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