felixmccuaig / flutter-autocomplete-textfield

An autocomplete Textfield for flutter
MIT License
181 stars 131 forks source link

Show suggestions on focus - without typing anything #104

Closed maciey closed 4 years ago

maciey commented 4 years ago

Is there any way to open suggestions dropdown each time control is focused ?

Currently user has to start typing, I need all options to be displayed without any keyboard action

maciey commented 4 years ago

Duplicate to: https://github.com/felixlucien/flutter-autocomplete-textfield/issues/73