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

do you have maxDate .. can I set maxDate? #23

Closed amrbedair closed 5 years ago

amrbedair commented 5 years ago

Can I allow selecting ranges in the future?

praveenpuglia commented 5 years ago

I don't have that as of yet. I am working on a rewrite of the API though and allowing more options. Will be fixed soon!

praveenpuglia commented 5 years ago

Hi! @amrbedair. The options object now accepts a maxDate and if not provided, it defaults to today. Hope this solves your problem :)

amrbedair commented 5 years ago

@praveenpuglia thank you .. I will try it