Skip to content

Time picker up/down arrows problem #1111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
secit-pl opened this issue Mar 22, 2025 · 0 comments
Open

Time picker up/down arrows problem #1111

secit-pl opened this issue Mar 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@secit-pl
Copy link

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
@secit-pl secit-pl added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Mar 22, 2025
@Jasenkoo Jasenkoo removed the awaiting triage The issue is not reviewed by the maintainers label Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants