nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

Validation of datetime mode fails #1442

Open KonradDRAST opened 4 months ago

KonradDRAST commented 4 months ago

When v-calendar is used inside some validation library (vee-validate in my example), it works perfectly in date mode. Once I change the mode to datetime, hour and minute select cause validation on value click, with numeric value validated and therefore shows errors in the date field value.

Can this be somehow mitigated?

EvanSchleret commented 2 months ago

Hi,

I have the same problem as you but I can't even validate the date fields. Can you share your example, if you still have it?

Are you also on Nuxt.js ?