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

fix allowedDates is undefined #34

Closed cmrd-senya closed 5 years ago

cmrd-senya commented 5 years ago

allowedDates is referenced in the date picker properties, but it is undefined. This results in runtime error posted to the console. Remove this line.

praveenpuglia commented 5 years ago

Thanks. Got it merged. Will release it tomorrow(late night here) :)

praveenpuglia commented 5 years ago

@cmrd-senya - release 2.5.2 with this fix. Thanks again.

cmrd-senya commented 5 years ago

Thank you!