Closed TheVaan closed 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.
Will be fixed in the next version
Version 2.4.0 is now live with included fix
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.