re-enable autosuggest to fix gboard issues
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ class SearchField extends HookConsumerWidget {
|
|||||||
controller: textEditingController,
|
controller: textEditingController,
|
||||||
suggestion: suggestion.value,
|
suggestion: suggestion.value,
|
||||||
acceptSuggestionOnSubmit: acceptSuggestionOnSubmit,
|
acceptSuggestionOnSubmit: acceptSuggestionOnSubmit,
|
||||||
enableSuggestions: false,
|
enableSuggestions: true,
|
||||||
autocorrect: false,
|
autocorrect: false,
|
||||||
enableIMEPersonalizedLearning: !incognitoEnabled,
|
enableIMEPersonalizedLearning: !incognitoEnabled,
|
||||||
focusNode: safeFocusNode,
|
focusNode: safeFocusNode,
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class AutoSuggestTextField extends HookWidget {
|
|||||||
this.onTapOutside,
|
this.onTapOutside,
|
||||||
this.onTap,
|
this.onTap,
|
||||||
this.onSuggestionDismiss,
|
this.onSuggestionDismiss,
|
||||||
this.enableSuggestions = false,
|
this.enableSuggestions = true,
|
||||||
this.autocorrect = false,
|
this.autocorrect = false,
|
||||||
this.textFieldKey,
|
this.textFieldKey,
|
||||||
this.acceptSuggestionOnSubmit = false,
|
this.acceptSuggestionOnSubmit = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user