mariomka / vue-datetime

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
http://mariomka.github.io/vue-datetime
MIT License
986 stars 245 forks source link

Error on click of DateTime input #262

Open ankraj077 opened 3 years ago

ankraj077 commented 3 years ago

Versions

Description:

Getting following errors on click of datetime picker input.

image

Calendar popup looks as follows:

image

Steps To Reproduce:

npm install --save luxon vue-datetime weekstart

In Vue component: <datetime></datetime>

aaronfessler commented 3 years ago

I don't know why either, but downgrading to luxon 1.25.0 works.

ankraj077 commented 3 years ago

Thank you @aaronfessler. That worked for me.

nasthe2 commented 3 years ago

Faced the same issue with luxon 2.0.2. Installed 1.28.0 instead, it works as well. @aaronfessler thanks!

mfreeman451 commented 3 years ago

big same

wildandenny commented 3 years ago

nice, downgrade luxon to 1.25.0 perfectly works