-
Notifications
You must be signed in to change notification settings - Fork 282
TextInputController onSubmitted callback doesn't function. #12
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
Comments
|
flutter Doc: TextInputClient.performAction and TextInputAction.newline |
The current flutter version used in the project (7.3) doesn't include the fix from flutter/flutter#23015 https://github.com/flutter/flutter/blob/v0.7.3/packages/flutter/lib/src/widgets/editable_text.dart#L511 I will see if everything works with version 10.1 because it's the first version containing the fix. |
fixed by #26 |
havent discovered exactly how this is handled, but its related to #11.
and the answer is probably related to keyboard handler found in the google-desktop-embedding
The text was updated successfully, but these errors were encountered: