标签: jquery
当用户开始输入并显示建议时,是否可以选择第一个元素?
我正在使用的脚本:http://devthought.com/projects/jquery/textboxlist/
答案 0 :(得分:0)
你应该可以添加这一行:
(!options.onlyFromValues && current && current.get(0) === list.find(':first').get(0)) ? blur() : focusRelative('prev');
到TextboxList.Autocomplete.js里面的showResults函数的末尾