flip acceptSuggestionOnSubmit default to true
This commit is contained in:
@@ -90,7 +90,7 @@ class AutoSuggestTextField extends HookWidget {
|
||||
this.enableSuggestions = true,
|
||||
this.autocorrect = false,
|
||||
this.textFieldKey,
|
||||
this.acceptSuggestionOnSubmit = false,
|
||||
this.acceptSuggestionOnSubmit = true,
|
||||
});
|
||||
|
||||
bool _suggestionHasMatch() =>
|
||||
|
||||
Reference in New Issue
Block a user