Improve typeahead behavior
This commit is contained in:
parent
fe97e836c4
commit
258ec7259e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class _LocationSearchWidgetState extends State<LocationSearchWidget> {
|
|||
loadingBuilder: (context) {
|
||||
return loadWidget;
|
||||
},
|
||||
debounceDuration: Duration(milliseconds: 300),
|
||||
debounceDuration: Duration(milliseconds: 0),
|
||||
suggestionsCallback: (pattern) async {
|
||||
if (pattern.isEmpty) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue