vue-datepicker
vue-datepicker copied to clipboard
Range fixedStart or fixedEnd doesn't disable time picker
Describe the bug
Using fixedStart
on the range picker still enables pick-up time. The same is true for fixedEnd
.
To Reproduce Steps to reproduce the behavior:
-
<VueDatePicker :range="{ fixedStart: DATE }" time-picker-inline />
- Open picker
Expected behavior The time picker for the start date should be disabled
Screenshots
Desktop & mobile (please complete the following information):
- Browser chrome
- Library version 8.8.0