Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accept configuration props that the vuetify datepicker accepts #13

Open
praveenpuglia opened this issue Feb 14, 2018 · 2 comments
Open

Comments

@praveenpuglia
Copy link
Owner

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.

@szabizs
Copy link

szabizs commented Apr 9, 2019

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

@praveenpuglia
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants