You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: