Skip to content

Commit

Permalink
Fixed #14737 - Multiselect | headerCheckboxViewChild not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Feb 8, 2024
1 parent 4e6110e commit e2e20e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft
this.updateModel(value, event);
}

DomHandler.focus(this.headerCheckboxViewChild.nativeElement);
DomHandler.focus(this.headerCheckboxViewChild?.nativeElement);
this.headerCheckboxFocus = true;

event.preventDefault();
Expand Down

0 comments on commit e2e20e0

Please sign in to comment.