Skip to content

Releases: svipas/flutter_autocomplete_text_field

0.0.3

13 Aug 21:47
Compare
Choose a tag to compare
  • Add onFocusChange and closeSuggestionsOnFocusChange properties.
  • Close OverlayEntry (suggestions list) if focus changes to other widget for e.g. to another text field.

0.0.2

13 Aug 20:20
Compare
Choose a tag to compare
  • Add enabled property.
  • Fix onChanged handler to fire after suggestion tap, not before.
  • Fix OverlayEntry (suggestions list) size while tapping on suggestions and new line is added.

0.0.1

13 Aug 18:43
Compare
Choose a tag to compare
  • Initial release.