Skip to content

Fix the problem that keydown responds to onChange after the keydown event for non-English input methods#212

Closed
rxliuli wants to merge 1 commit into
evgeny-nadymov:masterfrom
rxliuli:master
Closed

Fix the problem that keydown responds to onChange after the keydown event for non-English input methods#212
rxliuli wants to merge 1 commit into
evgeny-nadymov:masterfrom
rxliuli:master

Conversation

@rxliuli

@rxliuli rxliuli commented Jul 19, 2020

Copy link
Copy Markdown

bug fix: #211

@rxliuli rxliuli changed the title Fix the problem that keydown responds to onChange after the keydown e… Fix the problem that keydown responds to onChange after the keydown event for non-English input methods Jul 19, 2020
@chenzhiwei

Copy link
Copy Markdown

@evgeny-nadymov Could you have a look on this PR?

This impacts the users who is using CJK input methods.

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

Successfully merging this pull request may close these issues.

When using the Chinese input method, after entering text, the keydown event will be responded to before the onChange event will be triggered.

2 participants