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 a3b473f commit 40ee679Copy full SHA for 40ee679
lib/src/form_builder.dart
@@ -369,7 +369,9 @@ class FormBuilderState extends State<FormBuilder> {
369
// `onChanged` is called during setInternalFieldValue else will be called early
370
child: _FormBuilderScope(
371
formState: this,
372
- child: widget.child,
+ child: FocusTraversalGroup(
373
+ child: widget.child,
374
+ ),
375
),
376
);
377
}
0 commit comments