This commit is contained in:
2025-04-08 09:23:40 +02:00
parent fd291dfcf3
commit 1b6eef010a

View File

@@ -71,7 +71,7 @@ class AstromicFormController extends FormController {
// Add the controllers and values.
for (int i = 0; i < initialCount; i++) {
for (MapEntry<String, bool> fieldEntry in groupStructure.fields.entries) {
String fieldID = '${groupStructure.id}-$i-${fieldEntry.key}';
String fieldID = '${groupStructure.id}-#$i-${fieldEntry.key}';
controller(fieldID);
}
}