Open imajoriri opened 1 week ago
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.
https://github.com/flutter/flutter/blob/bc7fd7959379101d8a846595684e9aa98fce3e84/packages/flutter/lib/src/widgets/editable_text.dart#L290
I want to use composing like this.
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.