felixmccuaig / flutter-autocomplete-textfield

An autocomplete Textfield for flutter
MIT License
181 stars 131 forks source link

Suggestions not showing dynamic list #4

Closed hbdejesus closed 6 years ago

hbdejesus commented 6 years ago

Hi, is there a way to manually show the suggestions overlay?

I have this autocompletetextfield that gets it's suggestions from rest API. when I update the list of suggestions, the list is being updated but no suggestions are being shown.

I'm fairly new to Flutter and TYIA for the help

felixmccuaig commented 6 years ago

Hey, this is a feature I will add soon. Sit tight!

felixmccuaig commented 6 years ago

Just added the requested feature! Does what it says on the tin. Use addSuggestion, removeSuggestion or updateSuggestions to change suggestions dynamically.

sovoereign commented 5 years ago

You

Just added the requested feature! Does what it says on the tin. Use addSuggestion, removeSuggestion or updateSuggestions to change suggestions dynamically.

have you added this functionality?