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

Show list when user click in textfield #28

Open SilviaCebrian opened 3 years ago

SilviaCebrian commented 3 years ago

Is there a way to display the list by focusing on the textfield without having to write on it? Thx

alexrindone commented 3 years ago

@SilviaCebrian that could be built into this library fairly easily...it's basically being able to scroll through the list of options when you focus on the textfield...is that accurate? If so I should be able to add that later tonight and publish a new release.

SilviaCebrian commented 3 years ago

Yes, that's it. I think it would be interesting to at least have the option to activate it. Thx!

isurugg commented 2 years ago

@alexrindone did you enable this option?

Donly-Wilson commented 2 years ago

Adding this parameter does the trick - minStringLength: -1,

nemanja-nisic commented 1 year ago

@Donly-Wilson does not work for me, probably got lost in some update