smartnsoft / flappy_search_bar

SearchBar widget to handle most of search cases
MIT License
173 stars 93 forks source link

Is it possible to give the focus back to the Textfield when we pick a suggestion? #24

Closed thegrxp closed 4 years ago

thegrxp commented 4 years ago

I can do it with a requestFocus() on the FocusNode but the SuggestionBox won't appear anymore. Thank you for your help and suggestions.