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

week-picker + multi-calendars display issues #405

Closed
hsmett opened this issue May 24, 2023 · 1 comment
Closed

week-picker + multi-calendars display issues #405

hsmett opened this issue May 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@hsmett
Copy link

hsmett commented May 24, 2023

Describe the bug
With the week-picker option enabled, when enabling range + multi-calendars, weeks are not highlighted on hover anymore.

According to the documentation those options are compatible with each other, is it true?
https://vue3datepicker.com/props/modes/#multi-calendars

To Reproduce
Compare:

      <VueDatePicker inline week-picker range multi-calendars/>

With:

      <VueDatePicker inline week-picker/>

Expected behavior
We could expect the week we're hovering to be highlighted (class: dp__cell_auto_range)
We could also expect the selected week to be highlighted (the whole week, class: dp__range_between_week)

Screenshots
Capture du 2023-05-24 11-44-13
Capture du 2023-05-24 11-44-17

Desktop & mobile (please complete the following information):

  • Firefox 113.0.1 (64 bits)
  • Google Chrome Version 113.0.5672.63 (Build officiel) (64 bits)
  • Library version 4.2.2

Thank you very much for your outstanding work on this library, let me know if you need more information

@hsmett hsmett added the bug Something isn't working label May 24, 2023
@Jasenkoo
Copy link
Contributor

There is actually a conflict here, I'll fix this as part of the #393 where range prop shouldn't be required anymore for multi-calendars

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