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
I want to be able to do something when the onSuggestionSelected typeahead callback is triggered, but not when the user types in the text field, but I can't because you've redirected that to onChanged through the typeAheadController by adding a listener to it. onSuggestionSelected should be seperate from onChanged.
The text was updated successfully, but these errors were encountered:
davidpanic
added a commit
to davidpanic/flutter_form_builder
that referenced
this issue
Jun 5, 2019
I want to be able to do something when the onSuggestionSelected typeahead callback is triggered, but not when the user types in the text field, but I can't because you've redirected that to onChanged through the typeAheadController by adding a listener to it. onSuggestionSelected should be seperate from onChanged.
The text was updated successfully, but these errors were encountered: