You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue2-datepicker version:
3.11.1 Vue version:
2.7.10 Browser:
CHROME Steps to reproduce
in the browser clicking on the input that launches the datepicker nothing happens;
looking at the browser console the following error is raised
this.getLocale() is undefined
Reproduction Link or Source Code
/node_modules/vue2-datepicker/index.esm.js line 1109
Expected behavior
for this.getLocale() to be present and not be undefined;
Actual behavior
this.getLocale() is undefined
The text was updated successfully, but these errors were encountered:
jerome-smith
changed the title
[Bug] this.getLocale() is undefined in index.esm.js file
[Bug] this.getLocale() is undefined in index.esm.js and index.js file
Aug 22, 2023
Vue2-datepicker version:
3.11.1
Vue version:
2.7.10
Browser:
CHROME
Steps to reproduce
in the browser clicking on the input that launches the datepicker nothing happens;
looking at the browser console the following error is raised
this.getLocale() is undefined
Reproduction Link or Source Code
/node_modules/vue2-datepicker/index.esm.js line 1109
Expected behavior
for this.getLocale() to be present and not be undefined;
Actual behavior
this.getLocale() is undefined
The text was updated successfully, but these errors were encountered: