[SYNC]
This commit is contained in:
@@ -71,7 +71,7 @@ class AstromicFormController extends FormController {
|
|||||||
// Add the controllers and values.
|
// Add the controllers and values.
|
||||||
for (int i = 0; i < initialCount; i++) {
|
for (int i = 0; i < initialCount; i++) {
|
||||||
for (MapEntry<String, bool> fieldEntry in groupStructure.fields.entries) {
|
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);
|
controller(fieldID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user