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
also got error with js-joda adapter. TypeError: temporal.query is not a function
seems like the VDateInput always produces native js Date() and does not use adapter.date().
Environment
Vuetify Version: 3.6.12
Vue Version: 3.4.31
Browsers: Chrome 117.0.0.0
OS: Linux x86_64
Steps to reproduce
Expected Behavior
I can save the date.
Actual Behavior
With dayJs adapter getting this error:
t.clone is not a function
With luxon adapter getting error for:
value.getMonth is not a function
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: