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

Date range picker witout dialog #57

Open mr-africa opened 5 years ago

mr-africa commented 5 years ago

Could you move your awesome daterangepicker component to separately component please. I want to use it without v-dialog

legoethals commented 5 years ago

It was like this until version 2.6.2, so I'm using that version in order to use it without dialog. The dialog should be optional in my opinion.

praveenpuglia commented 5 years ago

I agree it should be separate but I also considered how most people wanted to use it. While making v3, I first addressed the most common use case.

I am now working on refactoring things into separate components. Will keep you updated.