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 b0c4c64 + 2771019 commit 8ad740fCopy full SHA for 8ad740f
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