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

IME input cannot be displayed completely in Select and TreeSelect component #5656

Closed
QichenZhu opened this issue Aug 7, 2020 · 0 comments
Closed
Assignees

Comments

@QichenZhu
Copy link
Contributor

QichenZhu commented Aug 7, 2020

Reproduction link

https://stackblitz.com/edit/ng-zorro-antd-ivy-pew3zt

Steps to reproduce

  1. Open the demo link
  2. Click the select box
  3. Turn on Microsoft Pinyin and switch to Chinese input mode
  4. Type nihao

What is expected?

The word nihao should be displayed in the select box completely.

What is actually happening?

The word nihao is not displayed in the select box completely.

Environment Info
ng-zorro-antd 9.3.0
Browser Chrome 84.0.4147.105
OS Windows 10, version 2004

Setting COMPOSITION_BUFFER_MODE to false can solve this issue. However, it will cause a search to be performed every time a key is pressed in IME input mode.

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

No branches or pull requests

2 participants