From e47d957f7ae856e89562491766f3570b6d03bc17 Mon Sep 17 00:00:00 2001 From: Michael Aziz Date: Wed, 9 Apr 2025 11:51:58 +0200 Subject: [PATCH] [SYNC] --- lib/src/form/src/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/form/src/controller.dart b/lib/src/form/src/controller.dart index 26b3ab5..e5914a5 100644 --- a/lib/src/form/src/controller.dart +++ b/lib/src/form/src/controller.dart @@ -310,7 +310,7 @@ class AstromicFormController extends FormController { FormGroupInstance( composedID: pr + standeredGroupFormat(formGroupID, i.toString(), ''), fields: Map.fromEntries(fieldsIDs - .map((String id) => MapEntry(pr + standeredGroupFormat(formGroupID, i.toString(), id), value(pr + standeredGroupFormat(formGroupID, i.toString(), id)))) + .map((String id) => MapEntry(pr + standeredGroupFormat(formGroupID, i.toString(), id), tryValue(pr + standeredGroupFormat(formGroupID, i.toString(), id)) ?? '')) .toList()), values: valuesIDs.isNotEmpty ? Map.fromEntries(valuesIDs