flutter_textfield_search
flutter_textfield_search copied to clipboard
Show list when user click in textfield
Is there a way to display the list by focusing on the textfield without having to write on it? Thx
@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.
Yes, that's it. I think it would be interesting to at least have the option to activate it. Thx!
@alexrindone did you enable this option?
Adding this parameter does the trick - minStringLength: -1,
@Donly-Wilson does not work for me, probably got lost in some update