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

Fix IME input not work #880

Closed
wants to merge 3 commits into from
Closed

Fix IME input not work #880

wants to merge 3 commits into from

Conversation

pizn
Copy link

@pizn pizn commented Jun 12, 2017

At first I just wanted to closes #879 , but I found is the wrong way.

I found when use IME input, while the state is updated but react did not render the current DOM. And it really need to re-render when onCompositionEnd to update the forceKey. But not enough, I have to use forceUpdate() to update the DOM.

It can fixed #871 #875 #844

@pizn pizn changed the title remove forces key fix#879 remove forces key Jun 12, 2017
@ianstormtaylor
Copy link
Owner

Hey @pizn I don't know enough about IME to get it to work reliably. I'm open to a pull request to completely fix IME, but I'd rather have it done all in one go, and I'm not sure if this does it? If you're up for making that kind of PR, that would be awesome, I'd need you to add a lot more information so that I can be more sure of merging it though.

@pizn pizn changed the title remove forces key Fix IME input not work Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants