flutter_typeahead
flutter_typeahead copied to clipboard
how can i set suggestion only after Button pressed ??
In typeahead package , how can we set suggestion/autocomplete only after button pressed
@xor22h @awhitford @featzima @kika please help !!
I am looking for the same option indeed. It looks like it could be done through the SuggestionBoxController, but each time I try to create one, set it in the TypeAheadField and call open() in a button press event handler, I get a "Null check operator used on a null value". It does not seem like I can actual control the box through the controller.
Also looking on how to implement this behavior. Would be nice to be able to show suggestions only onSubmit
Closing due to lack of activity.