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

FormBuilderTypeAhead - selecting suggestion does not fill field in web #223

Closed
renahan opened this issue Jan 22, 2020 · 1 comment
Closed
Labels
solved A solution for this issue had been found

Comments

@renahan
Copy link

renahan commented Jan 22, 2020

I'm wanting to use the FormBuilderTypeAhead while developing an app that will primarily be for the web. I found that when selecting a suggestion it does not fill the field. Fortunately, this does work in Android. Have not verified iOS.

@jocelyngirard
Copy link

The FormBuilderTypeAhead component depend on flutter_typeahead library, this one has an issue with the onSuggestionSelected callback on web platform.

A workaround is available here : AbdulRahmanAlHamali/flutter_typeahead#151 (comment)

@danvick danvick added the solved A solution for this issue had been found label May 7, 2020
@danvick danvick closed this as completed Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved A solution for this issue had been found
Projects
None yet
Development

No branches or pull requests

3 participants