Skip to content
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

Multi-Dates with Now-Button is not working #1000

Open
chWagnr opened this issue Sep 20, 2024 · 1 comment
Open

Multi-Dates with Now-Button is not working #1000

chWagnr opened this issue Sep 20, 2024 · 1 comment
Labels
awaiting triage The issue is not reviewed by the maintainers bug Something isn't working

Comments

@chWagnr
Copy link

chWagnr commented Sep 20, 2024

Describe the bug
Using multi-dates in combination with now-button leads to this: Uncaught TypeError: a.value.map is not a function

To Reproduce
Steps to reproduce the behavior:

  1. Create a date picker with now-button and multi-dates
  <vue-date-picker
    :action-row="{ showNow: true }"
    multi-dates
  />
  1. Click on input field to open menu
  2. Click on now-button
  3. Click on submit

Expected behavior
The current date should be selected.

Desktop & mobile (please complete the following information):

  • Browser chrome
  • Library version 9.0.3
@chWagnr chWagnr added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Sep 20, 2024
@chWagnr
Copy link
Author

chWagnr commented Sep 23, 2024

TimePicker is also not working

  <vue-date-picker
    :action-row="{ showNow: true }"
    time-picker
  />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage The issue is not reviewed by the maintainers bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant