diff --git a/projects/components/src/multi-select/multi-select.component.ts b/projects/components/src/multi-select/multi-select.component.ts index ef8074b94..c0ab74510 100644 --- a/projects/components/src/multi-select/multi-select.component.ts +++ b/projects/components/src/multi-select/multi-select.component.ts @@ -69,7 +69,10 @@ import { MultiSelectJustify } from './multi-select-justify'; -
+
implements ControlValueAccessor, AfterConte @Input() public triggerLabelDisplayMode: TriggerLabelDisplayMode = TriggerLabelDisplayMode.Selection; + @Input() + public maxHeight: number = 360; + @Output() public readonly selectedChange: EventEmitter = new EventEmitter();