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 286b6b1 commit 0d778f7Copy full SHA for 0d778f7
packages/flutter_form_builder/lib/src/form_builder.dart
@@ -71,7 +71,7 @@ class FormBuilder extends StatefulWidget {
71
/// from disposed [FormBuilderField]s. This is useful for dynamic forms where
72
/// fields are registered and unregistered due to state change.
73
///
74
- /// This setting will have no effect ẁhen to registering a field with the same
+ /// This setting will have no effect when registering a field with the same
75
/// name as the unregistered one.
76
final bool clearValueOnUnregister;
77
0 commit comments