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.
2 parents acb7364 + 901e7e9 commit 2771019Copy full SHA for 2771019
lib/src/fields/form_builder_text_field.dart
@@ -340,7 +340,7 @@ class FormBuilderTextField extends FormBuilderFieldDecoration<String> {
340
this.showCursor,
341
this.onTap,
342
this.onTapOutside,
343
- this.enableSuggestions = false,
+ this.enableSuggestions = true,
344
this.textAlignVertical,
345
this.dragStartBehavior = DragStartBehavior.start,
346
this.scrollController,
0 commit comments