DEV Community

gibran-shah
gibran-shah

Posted on

v-date-picker not opening on first available date

Hello,

I'm working with a v-date-picker in my vue.js application. I'm trying to get it to open on a specific month. I set the min prop to a certain date in order to disable any date before the min date. If this min date is on a future month, it would be nice if the date picker would open on that month instead of the current month. I'm not able to get it to do this.

There is this discussion:

https://github.com/nathanreyes/v-calendar/issues/113

...which says that there is a bug in the v-date-picker for setting the month it opens on, but none of the solutions or work arounds work for me.

I put an example up here: 35.232.230.0:81

I posted my code here: 35.232.230.0:81/code

Any help would be much appreciated. Thanks.

Oldest comments (0)