Skip to content
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

Improve signing experience when using non-english keyboard #521

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

LiYanan2004
Copy link
Contributor

Context

Sometimes, we can not type password when we forgot to switch back to English keyboard.

Fix

It may related to a focus issue, so I added a .focused modifier to resolve the issue.

I think that might because when SecurityField gets focus, it automatically switches to English while in process, SecurityField loses the focus ( not sure why ).

By implementing the fix, it works correctly in any situation.

Comparison

Here is a comparison video for you to checkout what I have resolved.

keyboard-input.issue.mov

@MattKiazyk MattKiazyk added the enhancement New feature or request label Mar 8, 2024
@MattKiazyk
Copy link
Contributor

Thanks!

@MattKiazyk MattKiazyk merged commit 5993385 into XcodesOrg:main Mar 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants