Skip to content

Commit b706aaf

Browse files
committed
chore(*): Use blazorSupportsVisualChildren for slots to work in blazor.
1 parent 80c226f commit b706aaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/calendar/calendar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import IgcYearsViewComponent from './years-view/years-view.js';
5757
export const focusActiveDate = Symbol();
5858

5959
/* blazorIndirectRender */
60+
/* blazorSupportsVisualChildren */
6061
/**
6162
* Represents a calendar that lets users
6263
* to select a date value in a variety of different ways.

src/components/date-picker/date-picker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export interface IgcDatePickerComponentEventMap {
7070
const formats = new Set(['short', 'medium', 'long', 'full']);
7171

7272
/* blazorIndirectRender */
73+
/* blazorSupportsVisualChildren */
7374
/**
7475
* igc-date-picker is a feature rich component used for entering a date through manual text input or
7576
* choosing date values from a calendar dialog that pops up.

0 commit comments

Comments
 (0)