jquery autocomplete 输入第一个字符时没有过滤,全部显示出来了。再接着输入第二个字符就可以过滤?
jqueryautocomplete输入第一个字符时没有过滤,全部显示出来了。再接着输入第二个字符就可以过滤,而且输入第一个字符时不管list里边有没有包含这个字符,他都...
jquery autocomplete 输入第一个字符时没有过滤,全部显示出来了。再接着输入第二个字符就可以过滤,而且输入第一个字符时不管list里边有没有包含这个字符,他都会全部显示出来,而且输入第二字符如果没有匹配的话,依旧全部显示,为什么
展开
1个回答
展开全部
有一个属性:minLengthType.
原文:The minimum number of characters a user must type before a search is performed. Zero is useful for local data with just a few items, but a higher value should be used when a single character search could match a few thousand items.
大概意思就是说:用户必须输入的最低数量的字爱能进行搜索
所以说如果设置的是2(例子是2),输入第一个字符时没有过滤。再接着输入第二个字符就可以过滤。
原文:The minimum number of characters a user must type before a search is performed. Zero is useful for local data with just a few items, but a higher value should be used when a single character search could match a few thousand items.
大概意思就是说:用户必须输入的最低数量的字爱能进行搜索
所以说如果设置的是2(例子是2),输入第一个字符时没有过滤。再接着输入第二个字符就可以过滤。
追问
不成啊。。
追答
贴代码看看来
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询