-
-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Describe the bug
Time pickers do not work as expected when there is more than one time picker on the same page. When I click the up/down arrows, it changes other fields too. The first (top) one works as expected, but the second does not.
To Reproduce
Create two vue-date-pickers with following configuration:
<vue-date-picker v-model="value"
:placeholder="placeholder"
:disabled="disabled"
locale="en-GB"
autocomplete="off"
format="yyyy-MM-dd HH:mm:ss 'UTC'"
:state="error ? false : null"
time-picker-inline
auto-apply
position="left"
hide-input-icon
timezone="UTC"
:month-change-on-scroll="false"
:enable-seconds="true"
/>Expected behavior
When I click the up/down arrow on the date/time element, it should only change that element, not others.
Screenshots
Video: https://github.com/user-attachments/assets/7264323f-d374-4fb4-ad50-f5b4106a2c60
Desktop & mobile (please complete the following information):
- Browser: chrome 134.0.6998.89
- Library version 11.0.2
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right