darrenfang / vuetify-datetime-picker

DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
MIT License
175 stars 127 forks source link

Can we use just as a TimePicker ? #56

Open atayg opened 4 years ago

atayg commented 4 years ago

Hello there. I want to use vuetify-datetime-picker as just time picker. Can I use without extra need coding ?

KeremKoksal commented 4 years ago

Why don't you just use the time picker. https://vuetifyjs.com/en/components/time-pickers

res63661 commented 4 years ago

BC gettting errors with vuetify timepicker related to z-index or something. Would be easier to just use this. But need to disable time pick and have just date.

res63661 commented 4 years ago

Ah but fixed my issue - not a bug - apologies - was my error in how i was designating the model for the menu wrapping the datepicker.

Regards