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

Bug report: Disabled date functionality not working correctly with default dates #841

Open
matjaz321 opened this issue Jan 13, 2021 · 0 comments

Comments

@matjaz321
Copy link

matjaz321 commented Jan 13, 2021

Steps to reproduce the problem

  • Open this link: https://codesandbox.io/s/vue-datepicker-demo-forked-6y2kt
  • You will see two datepickers (from and to), by default both of the datepickers will have date of today.
  • From datepicker will have disabled dates are in the future (so date > today)
  • To datepicker will have disabled dates that are in the past (date < today)
  • Open the from datepicker and you will see that todays date is disabled you cant click it
  • Now open the from datepicker and select the same date
  • Now go to the to datepicker and open it and you will see that you can select todays date

image
(You can see in this image that 13th is disabled...)

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

No branches or pull requests

1 participant