searchfield icon indicating copy to clipboard operation
searchfield copied to clipboard

Virtual keyboard issue

Open vimp-vpn opened this issue 6 months ago • 1 comments

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.

vimp-vpn avatar Apr 17 '25 09:04 vimp-vpn