You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Note how the 23rd is entirely disabled:
The text was updated successfully, but these errors were encountered:
Same here, passed both min date and start of date range, and the first day is both selected and disabled.
Now when I selected different range, first day stays disabled:
Note. minDate in the example is Apr 20, 2022 07:47:00 (Central European Summer Time).
Using version: '0.6.8'
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.
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.
Note how the 23rd is entirely disabled:
The text was updated successfully, but these errors were encountered: