Open andresinostroza opened 5 years ago
Hi @andresinostroza, If you assign a key object to your AutoCompleteTextField widget, you can call something like this on your key whenever you want to update Suggestions ===>
key.currentState.updateSuggestions(List
I hope this help.
Basically I have wrapped the AutoCompleteTextField to add more functionality, but I have no idea how to update the suggestions in this new statefulWidget, When I tried in didUpdateWidget, i get an error