We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f67d44 commit 1740636Copy full SHA for 1740636
lib/src/form_builder.dart
@@ -58,6 +58,7 @@ class FormBuilderState extends State<FormBuilder> {
58
print("Trying to change value for $attribute to $value");
59
_fieldKeys[attribute].currentState.didChange(value);
60
print(_fieldKeys[attribute].currentState.value);
61
+ _value[attribute] = _fieldKeys[attribute].currentState.value;
62
}
63
64
0 commit comments