mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
AAE-33137 Asynchronous Form Enrichment does Not Populate Date Fields (#10746)
* AAE-33137 Asynchronous Form Enrichment does Not Populate Date Fields * fix date time as well
This commit is contained in:
parent
3c2d890a1e
commit
9bbbc8193d
@ -67,6 +67,7 @@ export class DateTimeWidgetComponent extends WidgetComponent implements OnInit,
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateReactiveFormControl(): void {
|
updateReactiveFormControl(): void {
|
||||||
|
this.setFormControlValue();
|
||||||
this.updateFormControlState();
|
this.updateFormControlState();
|
||||||
this.validateField();
|
this.validateField();
|
||||||
}
|
}
|
||||||
|
@ -87,6 +87,7 @@ export class DateCloudWidgetComponent extends WidgetComponent implements OnInit,
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateReactiveFormControl(): void {
|
updateReactiveFormControl(): void {
|
||||||
|
this.setFormControlValue();
|
||||||
this.updateFormControlState();
|
this.updateFormControlState();
|
||||||
this.validateField();
|
this.validateField();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user