-
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: release 6.0.6 breaks my ion-datetime modal - should this method still work? #24750
Comments
Can you attach the reproduction as a GitHub repo we can clone? |
I'm not able to do that unfortunately - I would imagine just copying the icon and modal stuff from the code above should re-produce it though (and hardcoding the model rather than using my IDs). I'm done for the day today but will try and investigate tomorrow if I have time. Thanks |
Testing on an iPhone SE by the way (iOS 15.2) |
Thanks! I was able to reproduce the issue. I will work on a fix and get an update shipped out. Thanks for the report. |
This will be fixed in Ionic 6.0.7 (should be released in about 10 minutes). Thanks for the report! |
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. |
Prerequisites
Ionic Framework Version
Current Behavior
In 6.0.5 my date picker appeared and worked.
In 6.0.6 but none of the buttons work and the app is unresponsive.
The date item uses a modal for display and is part of a form layout and this is my current code which is broken in 6.0.6 but worked in 6.0.5
Expected Behavior
The date-time modal should display.
Steps to Reproduce
Try something similar to the code above.
Should this method (opening with a modal) still work in 6.0.6 ?
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.18.1 (/Users/xxx/.nvm/versions/node/v16.13.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.0.6
@angular-devkit/build-angular : 13.2.2
@angular-devkit/schematics : 13.2.2
@angular/cli : 13.2.2
@ionic/angular-toolkit : 5.0.3
Capacitor:
Capacitor CLI : 3.4.0
@capacitor/android : 3.4.0
@capacitor/core : 3.4.0
@capacitor/ios : 3.4.0
Utility:
cordova-res : not installed globally
native-run : 1.5.0
System:
NodeJS : v16.13.0 (/Users/xxx/.nvm/versions/node/v16.13.0/bin/node)
npm : 8.1.0
OS : macOS Monterey
Additional Information
I have switched back to 6.0.5 and my ion-datetime modal is working fine
The text was updated successfully, but these errors were encountered: