Skip to content

Commit 80c226f

Browse files
committed
Mark base of date-picker as indirect render as well.
1 parent 092c343 commit 80c226f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/common/mixins/combo-box.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ interface IgcBaseComboBoxEventMap {
1212
igcClosed: CustomEvent<void>;
1313
}
1414

15+
/* blazorIndirectRender */
1516
export abstract class IgcBaseComboBoxLikeComponent extends LitElement {
1617
declare public emitEvent: <
1718
K extends keyof IgcBaseComboBoxEventMap,

0 commit comments

Comments
 (0)