This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Time-picker with min-time and max-time props is not working correctly #38
Labels
question
Further information is requested
Describe the bug
Time-picker with min-time and max-time props together with a default time set. When the time-picker is opened is showing the browser time, not the time that was set by default. This is true also when the time was set pragmatically.
To Reproduce
The min-time / max-time props are set and also a default time.
Now when I click on the time-picker, the value displayed is current time of the browser and not that that was set by default.
Please check here: https://codesandbox.io/s/vue3-date-time-picker-demo-forked-j3qee?file=/src/components/Demo.vue
Expected behavior
I want that the time should start from the time configured not jumping to the browser time.
This is happening in version 2.3.3
The text was updated successfully, but these errors were encountered: