flutter_textfield_search icon indicating copy to clipboard operation
flutter_textfield_search copied to clipboard

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

Results 17 flutter_textfield_search issues
Sort by recently updated
recently updated
newest added

based on [issue](https://github.com/alexrindone/flutter_textfield_search/issues/36) worked on: - the result container expands to accommodate longer lists. added - scrollbar for a list with room for tweaking - shapeborder to allow for styling...

Provide possibility to add cursor color

This is strange behavior though. I am new to flutter and thought you might want to look. I toggle `TestFieldSearch` widget on a button click. For example at App init...

needs more info

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.

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

enhancement

Hi, It would be cool to handle objects. Search, get a list of objects, provide a builder method to build a table entry, select one entry, the result of the...

Is there a way to provide an initial value as the selected value on init?

I have added an attribute [dropDownBackgroundColor] in [TextFieldSearch] class to change the background colour of the drop down list. Also, I have added an attribute [cursorColor] to change the color...

that import probably was wrong

Hi, It was working. But I noticed a strange thing today: I can't click anymore on search results. It just closes them and clears the text field. Anyone else ran...