- 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 progress indicator appearing when regaining focus on element
- Added
onSubmitted
parameter
- Formatted dart files
- Added
focusNode
parameter
- Correcting bug in which keyboard wouldn't close when pressing enter on keyboard
- Correcting bug in which couldn't apply changes to TextField using setState
- Improving default suggestions list background color to ajust to different background colors depending on light, dark theme and different scaffold colors
- Correcting default suggestions background color
- Added the
suggestionBuilder
parameter that can be used to customize suggestion items
- Correcting bug in which disposing controller would generate error
- Correcting bug in which could not set initial value through controller
- Parameters to style suggestions textfield text
- Function to fetch suggestions asynchronously
- Parameters to style cursor color and suggestions list
- Parameter to set custom keyboard type to the suggestions textfield
- Initial release