4inka / flutter_easy_search_bar

Other
13 stars 22 forks source link

When using asyncSuggestions, the list doesn't clean up on search #25

Open artandor opened 7 months ago

artandor commented 7 months ago

When using the asyncSuggestions instead of the suggestion property, the suggestion list doesn't cleanup as I type.

https://github.com/4inka/flutter_easy_search_bar/assets/22364556/98a8238b-f1c9-4d8f-8243-45e3531dee0b

The behaviour should be the same using the two props in my opinion. Maybe i missed something