Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
Current Behavior
try date time swiping left or right and the months don't switch but it presents a new set of dates with min and max implemented . But the dates are not clickable. I'm not sure if I'm the only one facing this issue
<ion-card class="ion-no-padding">
<ion-card-content class="ion-no-padding">
<ion-datetime>
<div slot="title"> {{name | translate}} </div>
</ion-datetime>
</ion-card-content>
</ion-card>
Expected Behavior
The months should switch. or at least the date should be clickable then it can switch.
Steps to Reproduce
Just display a simple date time then display try swiping left and right
Code Reproduction URL
Ionic Info
No response
Additional Information
No response