autocomplete
autocomplete copied to clipboard
chinese pinyin have a bug
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?
我也碰到这个问题,输入中文的时候
我也遇到这个问题,查了下不知道问题何在,不过有个临时的解决方案,因为这个bug出现时必然会触发这段代码(平时很少触发),把997-999行删除就可以了,即 Solution: Delete these code at line 997-999
//if (!options.autoselect) {
// $input.val(currentValue);
//}