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

Selection of any time on the day of minDate is not permitted #297

Open
litagaki opened this issue Feb 25, 2022 · 2 comments
Open

Selection of any time on the day of minDate is not permitted #297

litagaki opened this issue Feb 25, 2022 · 2 comments

Comments

@litagaki
Copy link

I passed in minDate value of Wed Feb 23 at 6 AM, but then I wasn't able to select later in the day on the 23rd.
image
Note how the 23rd is entirely disabled:
image

@tekktura
Copy link

tekktura commented Apr 24, 2022

Same here, passed both min date and start of date range, and the first day is both selected and disabled.
image
Now when I selected different range, first day stays disabled:
image

Note. minDate in the example is Apr 20, 2022 07:47:00 (Central European Summer Time).
Using version: '0.6.8'

@tekktura
Copy link

Also I tried to strip the time part, because I thought maybe its something with timezone conversions. But no, even if I pass it to component as :min-date="dateMin.toDateString()" its stilll disabled on the UI.

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

2 participants