Skip to content

Commit 3e9ee77

Browse files
palbizuPatricio Albizu
andauthored
fix: checkbox on write refresh (#1404)
Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
1 parent 634ae8f commit 3e9ee77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/components/src/combo-box/combo-box.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export class ComboBoxComponent<TValue = string> implements AfterViewInit, OnChan
445445

446446
public writeValue(text?: string): void {
447447
this.text = text;
448+
this.changeDetectorRef.markForCheck();
448449
}
449450

450451
public registerOnChange(onChange: (value?: string) => void): void {

0 commit comments

Comments
 (0)