Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems for flutter 3.7 on web #123

Open
ferwanguer opened this issue Jan 27, 2023 · 2 comments
Open

Problems for flutter 3.7 on web #123

ferwanguer opened this issue Jan 27, 2023 · 2 comments

Comments

@ferwanguer
Copy link

Various auto-complete packages (searchfield, typeahead...) are having trouble with the on-tap function in the suggestions after the flutter update to 3.7 when is launched on web.

Is the case in this one? We use a lot this kind of library and if the error persist we need an alternative.

Thanks

@mikron123
Copy link

Yes, the on tap stopped working on our web as well.
textChanged and textSubmitted are not fired after the user clicked the suggestion.

@bZichett
Copy link

bZichett commented Feb 12, 2023

@mikron123 @ferwanguer
Noticed this as well after upgrading. Opened a PR here: https://github.com/felixmccuaig/flutter-autocomplete-textfield/pull/124/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants