jifalops / simple_autocomplete_formfield

A Flutter widget that wraps a TextFormField and assists with autocomplete functionality.
MIT License
42 stars 16 forks source link

Support onTap callback #13

Closed minhdanh closed 3 years ago

minhdanh commented 3 years ago

In some cases this will be useful. For example in my case I need to scroll the screen to the position of the SimpleAutocompleteFormField widget, but onSearch is not a good place to put my callback.