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

Allows to select ranges including disabled days #2974

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bmarcelino-fe
Copy link

Tis PR is for fixing an issue on selected dates related to selection with disable dates interval on a range datepicker. This issue is caused when the selectedDate() method is triggered and in some use cases, the flatpickr classes isn't added to datepicker:
image

This issue only occurs on phone devices.

What was done

  • Add a method call, onMouseOver(), into selectedDate() methiod to set / update the datepicker class and add the validation for a selection date
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants