Closed hbdejesus closed 6 years ago
Hey, this is a feature I will add soon. Sit tight!
Just added the requested feature! Does what it says on the tin. Use addSuggestion
, removeSuggestion
or updateSuggestions
to change suggestions dynamically.
You
Just added the requested feature! Does what it says on the tin. Use
addSuggestion
,removeSuggestion
orupdateSuggestions
to change suggestions dynamically.
have you added this functionality?
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