autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

chinese pinyin have a bug

Open yzxFox opened this issue 9 years ago • 2 comments

if you use chinese pinyin, the first letter when knock is fashionable, if a match is detected, will automatically into the letter, should be the focus of switch, how to solve this problem?

yzxFox avatar Jul 07 '15 01:07 yzxFox

我也碰到这个问题,输入中文的时候

LuDongWei avatar Nov 02 '16 08:11 LuDongWei

我也遇到这个问题,查了下不知道问题何在,不过有个临时的解决方案,因为这个bug出现时必然会触发这段代码(平时很少触发),把997-999行删除就可以了,即 Solution: Delete these code at line 997-999

//if (!options.autoselect) {
//    $input.val(currentValue);
//}

zhbzhbzhbz avatar Jul 27 '17 15:07 zhbzhbzhbz