searchfield
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.
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...
**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....
**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...
**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...
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...
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)....
**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...