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.
2 parents ff2b931 + 38e1a9e commit 8041a11Copy full SHA for 8041a11
lib/src/form_builder.dart
@@ -215,7 +215,7 @@ class FormBuilderState extends State<FormBuilder> {
215
field.registerTransformer(_transformers);
216
217
field.setValue(
218
- (_instantValue[name] = field.initialValue ?? _instantValue[name]),
+ (_instantValue[name] = field.initialValue ?? initialValue[name]),
219
populateForm: false,
220
);
221
}
0 commit comments