YHGxG

Results 1 comments of YHGxG

> Is there a workaround for this? Below is a duct tape and it works. 1. `@ViewChild(MultiSelectComponent, { static: true }) multiSelectComponent: MultiSelectComponent;` 2. ``` ngAfterViewInit( ) { this.multiSelectComponent.registerOnTouched(this.onCtrlBlur); }...