Skip to content

Commit 286b6b1

Browse files
Update packages/flutter_form_builder/lib/src/form_builder.dart
Co-authored-by: William Cunha Cardoso <[email protected]>
1 parent fb42cf8 commit 286b6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_form_builder/lib/src/form_builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class FormBuilder extends StatefulWidget {
7171
/// from disposed [FormBuilderField]s. This is useful for dynamic forms where
7272
/// fields are registered and unregistered due to state change.
7373
///
74-
/// This setting will have no effect due to registering a field with the same
74+
/// This setting will have no effect ẁhen to registering a field with the same
7575
/// name as the unregistered one.
7676
final bool clearValueOnUnregister;
7777

0 commit comments

Comments
 (0)