searchfield icon indicating copy to clipboard operation
searchfield copied to clipboard

A highly customizable simple and easy to use autocomplete widget to your Flutter Application.This Widget allows you to search and select from list of suggestions.

Results 27 searchfield issues
Sort by recently updated
recently updated
newest added

SearchField package in my Flutter app for autocomplete functionality when users create a delivery address. However, it's not working correctly when I use a custom-designed virtual keyboard (not the built-in...

waiting for author
in triage

**Describe the bug** OS: ArchLinux x86_64 Flutter: v3.29.0 SearchField: v1.2.6 I can not use up/down key navigate through the suggestions, Enter key works perfect and mouse tap is ok either....

waiting for author
in triage

**Is your feature request related to a problem? Please describe.** Would it be possible to add an option to keep the TextField content when a suggestion is selected ? I...

severe: new feature
P2

**Describe the bug** I am making a program for MacOS/Windows. I want to receive focus and send data continuously whenever the Enter key is pressed as a keyboard event in...

bug
P2

When I click on the list after filtering it returns widget.onSuggestionTap!(item) = null. When I open the list and click on an item in the list without typing anything, empty...

waiting for author
in triage

I have set all 4 colors and only the cursor color seems to apply to the InputDecoration, the borderRadius radius works correctly for the OutlineInputBorder (weirdly just not the color)....

waiting for author
in triage

**Describe the bug** I have a strange bug that does not always occur, but which seems to be some kind of race condition. However, it is quite severe and leads...

bug
P3