Skip to content

Commit 9b3283d

Browse files
committed
fix(no-ref): revert changes
1 parent 8635f70 commit 9b3283d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/ngx-mask-lib/src/lib/ngx-mask.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ export class NgxMaskDirective implements ControlValueAccessor, OnChanges, Valida
10301030
this._maskService.formElementProperty = ['value', inputValue];
10311031
this._maskService.isInitialized = true;
10321032
}
1033+
this._inputValue.set(inputValue);
10331034
} else {
10341035
// eslint-disable-next-line no-console
10351036
console.warn(

0 commit comments

Comments
 (0)