Skip to content

Commit 40ee679

Browse files
fix: apply by default ReadingOrderTraversalPolicy
1 parent a3b473f commit 40ee679

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/form_builder.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@ class FormBuilderState extends State<FormBuilder> {
369369
// `onChanged` is called during setInternalFieldValue else will be called early
370370
child: _FormBuilderScope(
371371
formState: this,
372-
child: widget.child,
372+
child: FocusTraversalGroup(
373+
child: widget.child,
374+
),
373375
),
374376
);
375377
}

0 commit comments

Comments
 (0)