You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn on Microsoft Pinyin and switch to Chinese input mode
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.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy-pew3zt
Steps to reproduce
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.Setting
COMPOSITION_BUFFER_MODE
tofalse
can solve this issue. However, it will cause a search to be performed every time a key is pressed in IME input mode.The text was updated successfully, but these errors were encountered: