You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
When clicking ion-datetime-button a second time, date is not selected and previous month buttons does not work.
Expected Behavior
When a value has been set the first time and we open ion-datetime-button again, the date should still be selected and the previous and next month buttons should work properly.
(This is from your own StackBlitz link, ionic info is not installed, but here is the package.json)
{
"name": "html-starter",
"private": true,
"type": "module",
"main": "index.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview"
},
"dependencies": {
"@ionic/core": "8.8.7",
"ionicons": "8.0.13"
},
"devDependencies": {
"typescript": "~5.9.0",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^4.0.0"
}
}
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
When clicking
ion-datetime-buttona second time, date is not selected and previous month buttons does not work.Expected Behavior
When a value has been set the first time and we open ion-datetime-button again, the date should still be selected and the previous and next month buttons should work properly.
Steps to Reproduce
Code Reproduction URL
https://stackblitz.com/edit/8ba5snu3?file=index.html
Ionic Info
(This is from your own StackBlitz link, ionic info is not installed, but here is the package.json)
{
"name": "html-starter",
"private": true,
"type": "module",
"main": "index.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview"
},
"dependencies": {
"@ionic/core": "8.8.7",
"ionicons": "8.0.13"
},
"devDependencies": {
"typescript": "~5.9.0",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^4.0.0"
}
}
Additional Information
Screen.Recording.2026-05-19.at.11.20.57.AM.mov