alexrindone / flutter_textfield_search

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other "autocomplete" or textfield search packages with 100% code coverage.
BSD 2-Clause "Simplified" License
27 stars 33 forks source link

clear text field on auto focus is now optional #44

Closed Donly-Wilson closed 2 months ago

Donly-Wilson commented 2 years ago

Users can now choose to turn off auto clear when text field is unfocused. Auto clear with on tap "no matching items" remains the same.