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

only show 2 rows #36

Closed EduardEddy closed 2 years ago

EduardEddy commented 3 years ago

In my case, the list only shows two items, and for the users they do not identify that it is a scroll, the input when pressing enter the writing is lost and the search is not done

alexrindone commented 2 years ago

@EduardEddy I would love to be able to look into this further. Can you provide a screenshot if you are still leveraging the package? If not I'd still love to see how I can be able to help.

Wissperwind commented 2 years ago

Same issue here. You type something, it finds 10 items, but does display only the first two. The hight of the popup is only enough for exactly two items. I would whish for twi things:

lucashegomes commented 2 years ago

Same issue here:

{'label': 'Text' + ' Item 3', 'value': 32} isnt show in suggestion list of textfield_search, just 2 first options

image

alexrindone commented 2 years ago

resolved with release 0.10.0