Open swift-ci opened 4 years ago
@swift-ci create
Comment by Lachlan Mitchell (JIRA)
My team is also experiencing this issue for Japanese inputs via the "flick" keyboard. Inputs with the romaji keyboard seem to work as expected. Since we are using the .textFieldStyle
modifier, wrapping UIKit's UITextField is not a trivial remedy.
Attachment: Download
Environment
Xcode 11.3, iPhone 11 Pro (iOS 13.3)Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: 56fcd1a99fb713ddaa49866aa51e62bcIssue Description:
In TextField, I cannot input Japanese characters correctly.
make a TextField
build and run
tap the TextField
change a keyboard to Japanese keyboard
input “あい”
tap “return” or “確定”
input “う”
”あいあいう” appears. It should be “あいう”. (Incorrect behaviour)
after that we cannot input any character correctly (Incorrect behaviour)