remove setTimeout for trigger change detechtion

pull/18302/head
Masum ULU 2 years ago committed by GitHub
parent 1926948a6e
commit 1e2ea1598c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,6 +47,7 @@ export class AbstractNgModelComponent<T = any, U = T> implements ControlValueAcc
writeValue(value: T): void {
this._value = this.valueLimitFn(value, this._value) || value;
this.cdRef.markForCheck();
}
registerOnChange(fn: any): void {

Loading…
Cancel
Save