-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions "limit" settings #1324
Comments
Also discovered this problem today. The table illustrates the exact problem we were having. |
I also think there is a problem with the suggestion limit. I'm doing some tests. On a prefetched table of 3 items (json), the typeahead suggestion list only presents 2 items. If I use a limit of 3, the suggestion list still displays 2 items. If I use a limit of 10, it displays all the 3 items of my prefetched table. |
#1319 does fix it. This should be merged asap ;-) |
👍 |
Hi,
There is a problem when the suggestions size equals to the limit settings, no suggestion appears.
After debugging, I noticed that slicing an array with arguments (0, 0) is maybe the problem (@see typeahead.jquery.js line 811 @Version 0.11.1)
The text was updated successfully, but these errors were encountered: