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

There is a problem that two items below are selected by pressing ArrowDown key after entering Korean. #348

Open
Jungho-Cheon opened this issue Mar 7, 2025 · 0 comments

Comments

@Jungho-Cheon
Copy link

Jungho-Cheon commented Mar 7, 2025

In the case of characters that need to go through the IME Composition stage, such as Korean, ArrowDown during input causes two onKeyDown events due to problems in the system and browser handling IME Composition, respectively.
Fortunately, react offers onCompositionStart and onCompositionEnd events, so we can modify them to prevent onKeyDown events from occurring during Composition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant