swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.66k stars 10.38k forks source link

[SR-11991] Japanese keyboard doesn't work correctly with SwiftUI TextField #54424

Open swift-ci opened 4 years ago

swift-ci commented 4 years ago
Previous ID SR-11991
Radar rdar://problem/58455461
Original Reporter tomokatsu (JIRA User)
Type Bug

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: 56fcd1a99fb713ddaa49866aa51e62bc

Issue Description:

In TextField, I cannot input Japanese characters correctly.

beccadax commented 4 years ago

@swift-ci create

swift-ci commented 4 years ago

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.