flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

how can i set suggestion only after Button pressed ??

Open RusselRiaz opened this issue 3 years ago • 3 comments

In typeahead package , how can we set suggestion/autocomplete only after button pressed

RusselRiaz avatar Feb 16 '22 07:02 RusselRiaz

@xor22h @awhitford @featzima @kika please help !!

RusselRiaz avatar Feb 16 '22 07:02 RusselRiaz

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.

ehusmann avatar Mar 01 '22 16:03 ehusmann

Also looking on how to implement this behavior. Would be nice to be able to show suggestions only onSubmit

SeriousMonk avatar Apr 20 '22 16:04 SeriousMonk

Closing due to lack of activity.

sjmcdowall avatar Jan 28 '23 18:01 sjmcdowall