Releases: 4inka/flutter_easy_autocomplete
Releases · 4inka/flutter_easy_autocomplete
v1.6.0
Added
- Added validator parameter. Now you can validate the autocomplete field inside a form
- Added progressIndicatorBuilder parameter. Now you can add a custom progress indicator to be used in async suggestions fetch
Fixed
- Fixed progress indicator appearing when regaining focus on element
v1.5.0
Added
- Added
onSubmitted
parameter
Changed
v1.4.2
Added
- Added
focusNode
parameter
Fixed
- Correcting bug in which keyboard wouldn't close when pressing enter on keyboard
v1.4.1
Fixed
- Correcting bug in which couldn't apply changes to TextField using setState
v1.4.0
Changed
- Improving default suggestions list background color to ajust to different background colors depending on light, dark theme and different scaffold colors
v1.3.1
Fixed
- Correcting default suggestions background color
v1.3.0
Added
- Added the suggestionBuilder parameter that can be used to customize suggestion items
v1.2.2
Fixed
- Issue with controller dispose
#5
v1.2.1
Fixes
Fixing bug in which could not set text inside textfield from controller
v1.2.0
Added
- Possibility to edit textfield text style
- Function to fetch suggestions asynchronous