-
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: ion-datetime navigation skips months #24743
Comments
Thanks for the issue. I'm going to close this as a duplicate of #24712. |
I'm sorry, I thought I searched everything before posting. Can you send me a link to where I would have found that already existing issue? Thanks,Max
On Tuesday, February 8, 2022, 01:09:37 PM PST, Amanda Smith ***@***.***> wrote:
Thanks for the issue. I'm going to close this as a duplicate of #24712.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You can search issues in the framework repo here: https://github.com/ionic-team/ionic-framework/issues This one may have slipped under your radar because it was already closed (since the fix has been merged in and will be released soon) and the search defaults to open issues only. Removing the |
Thanks!
On Tuesday, February 8, 2022, 01:19:39 PM PST, Amanda Smith ***@***.***> wrote:
You can search issues in the framework repo here: https://github.com/ionic-team/ionic-framework/issues This one may have slipped under your radar because it was already closed (since the fix has been merged in and will be released soon) and the search defaults to open issues only. Removing the is:open from the search and trying the keywords datetime month yields the original issue as well as other duplicates that were opened recently.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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
When swiping left to right or clicking the arrow navigation buttons the calendar will advance or retrieve two months instead of going to the next or previous month.
Expected Behavior
Clicking the next month arrow, the calendar should advance to the next month.
Steps to Reproduce
The is reproduced in the ionic documentation demo, as well as running the sample React code on this page: https://ionicframework.com/docs/api/datetime
Code Reproduction URL
https://ionicframework.com/docs/api/datetime
Ionic Info
Microsoft Windows [Version 10.0.19042.1466]
(c) Microsoft Corporation. All rights reserved.
C:\Temp\ionic-test>ionic info
[WARN] Error loading @capacitor/ios package.json: Error: Cannot find module
'@capacitor/ios/package'
[WARN] Error loading @capacitor/android package.json: Error: Cannot find module
'@capacitor/android/package'
Ionic:
Ionic CLI : 6.18.1 (C:\Users\Max Caber\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : @ionic/react 6.0.5
Capacitor:
Capacitor CLI : 3.4.0
@capacitor/android : not installed
@capacitor/core : 3.4.0
@capacitor/ios : not installed
Utility:
cordova-res : not installed globally
native-run : 1.5.0
System:
NodeJS : v14.18.0 (C:\Program Files\nodejs\node.exe)
npm : 7.24.1
OS : Windows 10
Additional Information
No response
The text was updated successfully, but these errors were encountered: