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

Bug: onCompositionEnd not called #20065

Open
Mkamvi opened this issue Oct 21, 2020 · 2 comments
Open

Bug: onCompositionEnd not called #20065

Mkamvi opened this issue Oct 21, 2020 · 2 comments
Labels
Component: DOM Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Needs Investigation

Comments

@Mkamvi
Copy link

Mkamvi commented Oct 21, 2020

React version: 16.7.0
OS: Window 10

Steps To Reproduce

  1. Switch input method to Chinese
  2. Type 1 to the input

Link to code example: https://codepen.io/Eoyd/pen/KKMgMzz?editors=0011

The current behavior

When setting the formatted value in the render function, if the formatted return is a string, the combined input will not trigger onCompositionEnd

The expected behavior

onCompositionEnd should be called

@Mkamvi Mkamvi added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Oct 21, 2020
@mxgit1090
Copy link

mxgit1090 commented Dec 8, 2020

I use the Material-UI Input to detect the IME input and I also find this problem

OS:
macOS Catalina 10.15.7

Browser:
Chrome 87.0.4280.88

Packages:

  • react: 17.0.1
  • react-dom: 17.0.1
  • @material-ui/core: 4.11.2

Input Method:
macOS Zhuyin (Bopomofo, 注音) input method

And I find the related issue: #3926

@ngocbnu213
Copy link

I'm using native HTML input I also faced to this problem.
react: ^17.0.1
react-dom: ^17.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: DOM Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Needs Investigation
Projects
None yet
Development

No branches or pull requests

4 participants