mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
AAE-36716 fixing text-form-field blur mechanism in control Value Accessor
This commit is contained in:
@@ -75,6 +75,11 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor {
|
||||
}
|
||||
}
|
||||
|
||||
@HostListener('blur')
|
||||
onBlur() {
|
||||
this._onTouched();
|
||||
}
|
||||
|
||||
ngOnChanges(changes: SimpleChanges) {
|
||||
if (changes['inputMask']?.currentValue['mask']) {
|
||||
this.inputMask = changes['inputMask'].currentValue;
|
||||
|
Reference in New Issue
Block a user