flutter_autocomplete_text_field 0.0.3 copy "flutter_autocomplete_text_field: ^0.0.3" to clipboard
flutter_autocomplete_text_field: ^0.0.3 copied to clipboard

Flutter autocomplete text field.

[Unreleased] #

0.0.3 (August 14, 2020) #

  • 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 (August 13, 2020) #

  • 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 (August 13, 2020) #

  • Initial release.