flutter_textfield_search icon indicating copy to clipboard operation
flutter_textfield_search copied to clipboard

Show list when user click in textfield

Open SilviaCebrian opened this issue 4 years ago • 5 comments

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

SilviaCebrian avatar Oct 14 '20 16:10 SilviaCebrian

@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.

alexrindone avatar Oct 14 '20 18:10 alexrindone

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

SilviaCebrian avatar Oct 14 '20 18:10 SilviaCebrian

@alexrindone did you enable this option?

isurugg avatar Apr 30 '22 01:04 isurugg

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

Donly-Wilson avatar Jul 01 '22 23:07 Donly-Wilson

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

nemanja-nisic avatar Dec 12 '22 14:12 nemanja-nisic