Skip to content

Commit

Permalink
Fixed #14041 - Refactor writeValue method
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 16, 2023
1 parent cc4e3f0 commit 504aa92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/listbox/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ export class Listbox implements AfterContentInit, OnInit, ControlValueAccessor,

writeValue(value: any): void {
this.value = value;
this.modelValue.set(this.value);
this.cd.markForCheck();
}

Expand Down

0 comments on commit 504aa92

Please sign in to comment.