- Fix suggestions being called on TextBox focus
- Resize suggestion box when scrolling
- Bug fix for
maxHeight
property
- Added properties
hideOnLoading
,hideOnEmpty
, andhideOnError
to hide the suggestions box
- Allow types to properly work.
- Add documentation for direction: option.
- Added property
direction
to allow the suggestions to grow either up or down
- Added contributing guidelines and reverse sorted the CHANGLELOG.md file.
- Bug fixes
- Added the hasScrollbar property which allows the optional display of a
Scrollbar
- Fixed the case where the suggestion box becomes hidden behind the keyboard
- Fixed the bug of not disposing the animations controller
- Added property
getImmediateSuggestions
to the form field implementation
- Added property
getImmediateSuggestions
to allow fetching suggestions before the user types - Added assertion in the form field to disallow having
initialValue
andtextFieldConfiguration.controller
defined at the same time
- Added a constraints property to the
SuggestionsBoxDecorations
which allows to set the height and width of the suggestions box
- Added mention of 'autocomplete' in README and pubspec
- Executed 'flutter format'
- Changed the suggestions box decoration to decorate a material sheet instead of decorating a container
- Moved the
TextField
properties inside a class calledTextFieldConfiguration
, which is provided to theTypeAhead
widgets through atextFieldConfiguration
property. This was done to decrease the clutter in the interface - Added more configuration properties to the
TextField
- Added a configurable vertical offset for the suggestions box
- Changed the mechanism used to open/close the suggestions box
- Added meta-tags to README for SEO
- Updated the GIF to show the changes
- Added "How you can help" section to README
- Small fix to README
- Fixed CHANGELOG.
- Small fix to documentation
- Initial Release.