-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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: Cannot select certain time with ion-datetime #22171
Comments
This happens with the 5.3.3 version. I had to downgrade back to 5.3.2 to fix it also. |
Thanks for the issue. Can you please provide some clarified steps to reproduce the issue? Here are the steps I am following:
From here, the AM/PM column should automatically change from AM-->PM. This is expected behavior as this is what happens on native iOS and Android datetime pickers. Is this the issue you are referring to, or are you referring to something else? |
@liamdebeasi Thanks for the reply.
Please, feel free to ask any further query !!! |
Thanks I can reproduce this issue. This appears to be related to 8b85fe0 cc @brandyscarney |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
In case of time selection with format h:mm A, I cannot select 12:00 AM. It automatically converts into 12:00 PM. Also, I cannot select 12:XX PM, where XX>0 and XX<60. In such case, it automatically turns into 12:XX AM
Expected behavior:
I should be able to select 12:00 AM and 12:XX PM
Steps to reproduce:
I have found such problem in my personal Ionic project. However, this can also be reproduced on the Ionic documentation page. Just go to the Ionic datetime picker documentation page. Select the label Start Time which has format h:mm A. Then try to select 12:00 AM and 12:XX PM.
Related code:
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: