Added
- Returning null from
suggestionsCallbackhides the box showOnFocusparameter forTypeAheadFieldto allow not showing the box on focusgainFocusparamater forSuggestionsController.opento allow opening the box without focusing
Unclaimed project
Are you a maintainer of flutter_typeahead? Claim this project to take control of your public changelog and roadmap.
Changelog
A TypeAhead widget for Flutter, where you can show suggestions to users as they type
suggestionsCallback hides the boxshowOnFocus parameter for TypeAheadField to allow not showing the box on focusgainFocus paramater for SuggestionsController.open to allow opening the box without focusingTextField builder via the builder property, replacing TextFieldConfiguration.decorationBuilder property for customizing SuggestionsBox decoration.SuggestionsController.SuggestionsController for notification of selected suggestions.SuggestionsBoxController to `Sugg...