You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
When building a Windows App version of my Android app, the text field of the EasyAutocomplete is not showing all the text selected from the suggestion dropdown.
Using Flutter 3.19.9 and Dart 3.2.6 and DevTools 2.28.5
The text was updated successfully, but these errors were encountered:
Update to the issue #38, the suggestions are not working at all. If I type in any number of characters and select from the dropdown suggestions, only the characters I typed stay there. Works fine in Android.
I'm also facing this issue when building a Linux app, have not tested it on Android tho, but selecting from the drop-down does nothing, it doesn't trigger anything or update the content in the search bar.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When building a Windows App version of my Android app, the text field of the EasyAutocomplete is not showing all the text selected from the suggestion dropdown.
Using Flutter 3.19.9 and Dart 3.2.6 and DevTools 2.28.5
The text was updated successfully, but these errors were encountered: