-
Notifications
You must be signed in to change notification settings - Fork 4
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
mobile: calendar unable to go past current month of the year #174
Comments
@jordanjones243 can you follow up on this? I feel that this is possibly being addressed with the upcoming release work? |
@blackfalcon We recognize the issue and we will be talking with Brandon to see if we can address this in the upcoming work. |
@Patrick-Daly-AA I am removing my name on this one. Please work with the devs to get this issue scheduled. |
Design best practice is to not use a date picker for birthdate entry. Navigating beyond the calendar start or end date on mobile would be a new feature request. |
Describe the bug
when the minDate is set to a date in the past and the maxDate is set to today's date, the calendar drop down does not allow the user to choose dates before the current month. the calendar only allows users to scroll through future dates which are disabled because the maxDate is set to today's date.
here is an example of what our code looks like:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In mobile, the calendar in the auro-datepicker should allow the user to scroll through dates in the past if the minDate is set to a date in the past.
Screenshots
Screen.Recording.2023-12-13.at.15.44.32.mov
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: