vuetify-daterange-picker icon indicating copy to clipboard operation
vuetify-daterange-picker copied to clipboard

accept configuration props that the vuetify datepicker accepts

Open praveenpuglia opened this issue 7 years ago • 2 comments

vuetify's picker accepts a bunch of properties like dark, light or props to change the chevron icons. Currently the date range picker doesn't allow any of that.

I think it'll be a good thing to just accept those same inputs and if they are present in the component, then we pass them along to the inner date pickers.

praveenpuglia avatar Feb 14 '18 14:02 praveenpuglia

This would be great ... anyways is this package maintained?

szabizs avatar Apr 09 '19 08:04 szabizs

The repo is maintained but with a much slower pace than i would like since its just me. If you are willing to chip and help, that would be awesome. (y)

About the props thing, In version 3.x I already support passing in menu props and input props. It is relatively easy for me to pass the datepicker props too but a little time is required to check cases where the props I use collide with something the user passes.

praveenpuglia avatar Apr 09 '19 09:04 praveenpuglia