praveenpuglia / vuetify-daterange-picker

The missing date range picker for Vuetify JS you have been looking for.
https://vuetify-daterange-picker.gitbook.io/docs
MIT License
197 stars 59 forks source link

[v3] end date picker doesn't conform to min prop #44

Closed alvinthen closed 5 years ago

alvinthen commented 5 years ago

On v3.0.1, min doesn't seem to affect the end date picker.

screenshot 2019-02-28 at 10 47 13
<v-date-range
  v-model="range"
  :min="'2019-02-28'"
/>
praveenpuglia commented 5 years ago

Will fix this on March 02. You can also send me a PR, that would be so awesome! :)

praveenpuglia commented 5 years ago

Thanks for the issue. It's fixed now in the latest version.