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

allow presets section to be completely removed #1

Closed praveenpuglia closed 6 years ago

praveenpuglia commented 6 years ago

Currently even if the presets array is empty, the presets section will get rendered which is unwanted.

Allow the user to specify no-presets on the component instance so they can completely remove that section from the picker if they wanted to.