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