We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c041bd commit 3b493b5Copy full SHA for 3b493b5
src/ng-multiselect-dropdown/src/multiselect.component.ts
@@ -111,7 +111,7 @@ export class MultiSelectComponent implements ControlValueAccessor {
111
this.onFilterChange.emit($event);
112
}
113
114
- constructor(private cdr: ChangeDetectorRef,private listFilterPipe:ListFilterPipe) {}
+ constructor(private listFilterPipe:ListFilterPipe) {}
115
116
onItemClick($event: any, item: ListItem) {
117
if (this.disabled || item.isDisabled) {
0 commit comments