We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d51239 commit 01424c1Copy full SHA for 01424c1
core/src/components/datetime/datetime.tsx
@@ -2383,7 +2383,7 @@ export class Datetime implements ComponentInterface {
2383
if (isAdjacentDay) {
2384
// The user selected a day outside the current month. Ignore this button, as the month will be re-rendered.
2385
this.el.blur();
2386
- this.activeParts = {...activePart, ...referenceParts};
+ this.activeParts = { ...activePart, ...referenceParts };
2387
this.animateToDate(referenceParts);
2388
this.confirm();
2389
} else {
0 commit comments