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:
Bartosz Sekula
2025-03-25 17:30:40 +01:00
committed by GitHub
parent 3c2d890a1e
commit 9bbbc8193d
2 changed files with 2 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ export class DateCloudWidgetComponent extends WidgetComponent implements OnInit,
}
updateReactiveFormControl(): void {
this.setFormControlValue();
this.updateFormControlState();
this.validateField();
}