Vuetify: [Bug Report] DatePicker possible dates do not include the minimum date

Created on 20 Sep 2019  路  2Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.0.18
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.132
OS: Windows 10

Steps to reproduce

Initialize a date picker with a min prop

Expected Behavior

The min date should be available

Actual Behavior

You cannot select the min date

Reproduction Link

https://codepen.io/Alex83690/pen/mdbQxoX

VDatepicker bug

All 2 comments

I believe it rounds time up to the next day (or something along those lines). If you remove the time, it'll work: https://codepen.io/teellcory/pen/qBWLWXL

Nice workaround. On the other hand, it would be more logical for the date to be rounded down

Was this page helpful?
0 / 5 - 0 ratings