Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

I don't want to pick time for a date #104

Closed geewhizbang closed 2 years ago

geewhizbang commented 2 years ago

Can we have a mode where we just pick month, date, and year? I can probably modify the stylesheet to hide the time picker, but I don't need a time of day.

In this mode, clicking on the date would have you done picking the date. You wouldn't need the select button.

Jasenkoo commented 2 years ago

There is already an option for this. Please refer to enableTimePicker prop. It is enabled by default.

Also for auto-selecting, pass an autoApply prop