Skip to content

Commit 1740636

Browse files
eltonmoraisdanvick
authored andcommitted
Saving Attribute fix (#88)
Fixed issue in saving form attribute values - Credit [eltonmorais](https://github.com/eltonmorais)
1 parent 4f67d44 commit 1740636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/form_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class FormBuilderState extends State<FormBuilder> {
5858
print("Trying to change value for $attribute to $value");
5959
_fieldKeys[attribute].currentState.didChange(value);
6060
print(_fieldKeys[attribute].currentState.value);
61+
_value[attribute] = _fieldKeys[attribute].currentState.value;
6162
}
6263
}
6364

0 commit comments

Comments
 (0)