searchfield
searchfield copied to clipboard
Virtual keyboard issue
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 Windows on-screen keyboard). The issue seems to be related to how the input is handled—when I type text using the custom keyboard, the focus listener in SearchField doesn't properly trigger or update the suggestion list. As a result, the autocomplete suggestions do not appear as expected, even though the text is being entered into the field.