-
-
Notifications
You must be signed in to change notification settings - Fork 345
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 with maximumDate and datetime mode without using minimumDate #755
Comments
fixed in release 4.3.6 |
@bishoymakkar unfortunately it looks like the bug is still present in 4.3.6. |
fixed in release 4.3.7 confirmed |
At the moment with version 4.3.7 it is still present. After putting some logs on the DatePickerAndroid.js file it shows the following
I'm using the Date Picker like this:
and the functions inside the DatePickerAndroid.js file that gets the error are: I confirmed that Hope this helps. |
Describe the bug
On Android, setting the
mode
attribute todatetime
and themaximumDate
tonew Date("2024-12-30")
, the Datepicker opens with a minimum date of June 30 2024The bug might be related to #670 but was not fixed by #740.
Expected behavior
The
minimumDate
attribute is not used so the date picker should open to the current date without a minimumTo Reproduce
Add example code that reproduces the behavior.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: