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.
enableSuggestions
true
1 parent acb7364 commit 901e7e9Copy full SHA for 901e7e9
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