Skip to content

Commit

Permalink
Merge pull request #15355 from Feramor/master
Browse files Browse the repository at this point in the history
TreeSelect Disabled State Not Updating Properly
  • Loading branch information
cetincakiroglu committed Apr 26, 2024
2 parents 089313e + edf4d1c commit 7df47bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,8 @@ export class TreeSelect implements AfterContentInit {
setDisabledState(val: boolean): void {
setTimeout(() => {
this.disabled = val;
this.cd.markForCheck();
});
this.cd.markForCheck();
}

containerClass() {
Expand Down

0 comments on commit 7df47bc

Please sign in to comment.