There was an error while loading. Please reload this page.
1 parent 71b7736 commit d3c2e17Copy full SHA for d3c2e17
src/modules/select/components/multi-select-label.ts
@@ -6,6 +6,9 @@ import { SuiTransition, TransitionController, Transition, TransitionDirection }
6
import { HandledEvent, SuiComponentFactory } from "../../../misc/util";
7
import { IOptionContext } from "../classes/select-base";
8
9
+// See https://github.com/Microsoft/TypeScript/issues/13449.
10
+const templateRef = TemplateRef;
11
+
12
@Component({
13
selector: "sui-multi-select-label",
14
template: `
0 commit comments