We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Underline is not added to the text being edited when the IME is displayed.
iOS Memo app
AppFlowy
Enter "あいうえお" on a Japanese keyboard
Underline is added to the text being edited
iOS, Android
4.0.0
No response
https://api.flutter.dev/flutter/services/TextEditingValue/composing.html
Composing of TextEditingValue seems to be related.
The text was updated successfully, but these errors were encountered:
https://github.com/flutter/flutter/blob/bc7fd7959379101d8a846595684e9aa98fce3e84/packages/flutter/lib/src/widgets/editable_text.dart#L290
I want to use composing like this.
Sorry, something went wrong.
No branches or pull requests
Bug Description
Underline is not added to the text being edited when the IME is displayed.
iOS Memo app
AppFlowy
How to Reproduce
Enter "あいうえお" on a Japanese keyboard
Expected Behavior
Underline is added to the text being edited
Operating System
iOS, Android
AppFlowy Editor Version(s)
4.0.0
Screenshots
No response
Additional Context
https://api.flutter.dev/flutter/services/TextEditingValue/composing.html
Composing of TextEditingValue seems to be related.
The text was updated successfully, but these errors were encountered: