Skip to content

Commit 949ad0e

Browse files
authored
Merge pull request #45 from UiPath/fix/ui_suggest_disable_detect
fix(suggest): set disabled markForCheck
2 parents a1a4c53 + d0cd2e3 commit 949ad0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/angular/components/ui-suggest/src/ui-suggest.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ export class UiSuggestComponent extends UiSuggestMatFormField
118118
) {
119119
this.close(false);
120120
}
121+
122+
this._cd.markForCheck();
121123
this.stateChanges.next();
122-
this._cd.detectChanges();
123124
}
124125

125126
/**

0 commit comments

Comments
 (0)