AbdulRahmanAlHamali / flutter_typeahead

A TypeAhead widget for Flutter, where you can show suggestions to users as they type
BSD 2-Clause "Simplified" License
831 stars 351 forks source link

[Feature] Hide dropdown in certain contexts #563

Closed darkfrog26 closed 10 months ago

darkfrog26 commented 10 months ago

Use case

I'm using this module to provide context-based results, so under certain circumstances, I don't want the dropdown to appear at all. If I return an empty List, it says no results but still shows the dropdown.

Proposal

If null was a valid response for suggestionsCallback it would offer a convenient way to specify that no dropdown should appear.

clragon commented 10 months ago

Duplicate of #560