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

[Feature Request] Select textfield style #27

Closed jasonrhaddix closed 5 years ago

jasonrhaddix commented 6 years ago

Feature request: Ability to select the type of textfield through props or options (i.e. Regular, Box, Solo or Outline)

Edit: Would also include updating to latest Vuetify 1.2.x

I'm willing to submit a PR.

praveenpuglia commented 6 years ago

Thanks for the issue & A PR is absolutely welcome! :)

praveenpuglia commented 5 years ago

Hi @jasonrhaddix , did you get a chance to see if you can send a PR for this?

jasonrhaddix commented 5 years ago

@praveenpuglia forgive me, but I have not had a chance to work on this. Feel free to close this if no one else is will to do a PR.

praveenpuglia commented 5 years ago

Hi!

I built a new version from ground up keeping simplicity of use in mind. Can you please try it out and let me know if that works for you?

P.S - I still need to add the option to pass in presets.

https://vuetify-daterange-picker.gitbook.io/docs/

praveenpuglia commented 5 years ago

This has been fixed in latest version 3. You can now pass input-options prop to the picker and to that you can any prop that vuetify's v-input accepts. So you can not only change the input style but also other aspects of the component.