-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Calendar should open on month containing minDate when date picker has no value. #209
Comments
minDate, maxDate... anything but a date outside of the boundaries would be good! |
You're correct - by calendar should default to selected date or today's date, limited by minDate and maxDate. For now, you can use |
After added date-picker.mov |
This issue is still happening, adding activeStartDate breaks the back and next buttons on the calendar. I had to put in a hacky workaround. I'm using Formik with the date field being null initially (and so the calendar is blank on load) - when the component loads it creates a useState which stores this initial value (either null, or a date).
|
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
Hi, I also encountered this. Could this be fixed? I tried the |
Calendar default opens on month containing current date. It should instead show month containing min date.
The text was updated successfully, but these errors were encountered: