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 0a65b77 commit 080bfbaCopy full SHA for 080bfba
src/components/calendar/calendar.ts
@@ -17,6 +17,7 @@ import {
17
pageUpKey,
18
shiftKey,
19
} from '../common/controllers/key-bindings.js';
20
+import { blazorIndirectRender } from '../common/decorators/blazorIndirectRender.js';
21
import { watch } from '../common/decorators/watch.js';
22
import { registerComponent } from '../common/definitions/register.js';
23
import { IgcCalendarResourceStringEN } from '../common/i18n/calendar.resources.js';
@@ -55,7 +56,7 @@ import type {
55
56
import IgcYearsViewComponent from './years-view/years-view.js';
57
58
export const focusActiveDate = Symbol();
-
59
+@blazorIndirectRender
60
/**
61
* Represents a calendar that lets users
62
* to select a date value in a variety of different ways.
0 commit comments