2.8.2
chrome73
2.6.6
https://codepen.io/czzonet/pen/rgKLWW
选择器在某些中文输入的情况下无法触发搜索:
输入法:微软拼音
输入法输入ningmeng
,用鼠标选取候选词柠檬
后,应该触发搜索方法,显示筛选后的选项;
但是,如果用空格选取候选词,可以触发搜索方法。
输入法输入ningmeng,用鼠标选取候选词 柠檬 后,应该触发搜索方法,显示筛选后的选项;
但是,如果用空格选取候选词,可以触发搜索方法。
鼠标选取中文后,输入框有了文字,但选项列表没有变化,没有进行搜索筛选方法的调用。
Translation of this issue:
2.8.2
Chrome73
2.6.6
Https://codepen.io/czzonet/pen/rgKLWW
The selector cannot trigger a search in some cases of Chinese input:
Input Method: Microsoft Pinyin
Input method input ningmeng', select the candidate word
lemon'with the mouse, should trigger the search method, display the screened options;
However, the search method can be triggered if the candidate words are selected with spaces.
Input method input ningmeng, select the candidate word lemon with the mouse, should trigger the search method, display the screened options;
However, the search method can be triggered if the candidate words are selected with spaces.
After the mouse chooses Chinese, the input box has text, but the list of options has not changed, and there is no call to search and filter method.
微软输入法用数字选候选词也不会触发
I also encountered this problem, but the problem only occurred in 64 bit Google browser, but 32-bit Google browser and Firefox have no problem.
https://codepen.io/tigervoov/pen/xxbgXKx
:multiple="true" 的时候不会发生没有监听到的问题。
:multiple="true" 的时候不会发生没有监听到的问题。
那单选的时候呢?请问有解决办法吗?
Most helpful comment
微软输入法用数字选候选词也不会触发