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 19d0cdc commit c936ec6Copy full SHA for c936ec6
core/src/components/datetime/datetime.tsx
@@ -2381,7 +2381,7 @@ export class Datetime implements ComponentInterface {
2381
}
2382
2383
if (adjacentDay) {
2384
- //the user selected a day outside the current month, let's not focus on this button since the month will be re-render;
+ // The user selected a day outside the current month. Ignore this button, as the month will be re-rendered.
2385
this.el.blur();
2386
2387
0 commit comments