Vuepic / vue3-date-time-picker

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

startTime has no effect in timePicker only mode #58

Closed TheVaan closed 2 years ago

TheVaan commented 2 years ago

Describe the bug Using startTime in timePicker only mode has no effect.

To Reproduce Add startTime to a element: https://codesandbox.io/s/vue3-date-time-picker-demo-forked-mv7fd?file=/src/components/Demo.vue For comparison I added a normal Datepicker where startTime has effect when entering time selection.

Expected behavior In timePicker only mode the startTime should be used as default, not the current system time.

Jasenkoo commented 2 years ago

Will be fixed in the next version

Jasenkoo commented 2 years ago

Version 2.4.0 is now live with included fix