开发者

JQuery Auto Complete max results shown

开发者 https://www.devze.com 2023-04-06 10:27 出处:网络
How do you show more than 10 results with JQuery UI Autocomplete? I\'ve tried: .autocomplete({ max开发者_Python百科: 50

How do you show more than 10 results with JQuery UI Autocomplete?

I've tried:

.autocomplete({
    max开发者_Python百科: 50
});

with no luck. Any Ideas?


The applications that I have JQuery UI autocomplete implemented use the database query to limit the results to X amount.

It's been my experience that JQuery UI autocomplete will list anything you throw at that matches.

0

精彩评论

暂无评论...
验证码 换一张
取 消