2.4.1
windows
2.5.17-beta.0
中文输入法输入后未选中时,不应该出发select的回调,比较简单的方法是不监听keyup而是监听input事件
中文输入法输入后未选中时触发了select的回调
Translation of this issue:
Element UI version
2.4.1
OS/Browsers version
Windows
Vue version
2.5.17-beta.0
Reproduction Link
Steps to reproduce
first to select one
open the Chinese input method, click the input box, enter the letter, this will trigger the callback of Keyup debouncedOnInputChange, and the behavior is not up to expectations.
What is Expected?
When the Chinese input method is not selected, it should not start the callback of select. The simpler way is not to listen to Keyup, but to monitor the input event.
What is actually happening?
When the Chinese input method is not selected, it triggers the callback of select.
Hi, please read the FAQ before submitting an issue. The answer to this question can be found there.
The FAQ can't fix this issue, can someone real person look into this?
请提供 demo。
我也遇到了这种情况。无论是使用 async/await 还是传统的 then callback chain 都会在第一次输入拼音后导致远程搜索失效,刷新后输入非拼音字母则可以正常使用。