flutter-autocomplete-textfield
flutter-autocomplete-textfield copied to clipboard
Problems for flutter 3.7 on web
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
Yes, the on tap stopped working on our web as well.
textChanged and textSubmitted are not fired after the user clicked the suggestion.
@mikron123 @ferwanguer Noticed this as well after upgrading. Opened a PR here: https://github.com/felixmccuaig/flutter-autocomplete-textfield/pull/124/files