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 have searched the issue tracker for an issue that matches the one I want to file, without success.
Bug type
Functionality
Which release are you using?
2.2.0
Flutter SDK version
3.22.0
Additional settings
No response
Expected
If a character is typed into the text field, the onChanged method should get executed.
What happened?
If a character is typed into the text field, the onChanged method does not execute. This is crucial if you want to generate suggestions dynamically based on the input of the autocomplete text field
Steps to reproduce the issue
Type a character into the autocomplete text field
See how the onChanged method doesn't get hit
Relevant log output
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Bug type
Functionality
Which release are you using?
2.2.0
Flutter SDK version
3.22.0
Additional settings
No response
Expected
If a character is typed into the text field, the onChanged method should get executed.
What happened?
If a character is typed into the text field, the onChanged method does not execute. This is crucial if you want to generate suggestions dynamically based on the input of the autocomplete text field
Steps to reproduce the issue
Relevant log output
The text was updated successfully, but these errors were encountered: