Opened 13 years ago
Closed 13 years ago
#7208 closed enhancement (wontfix)
Autocomplete set maximum results
Reported by: | brafales | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I think it would be desirable to add in the Autocomplete plugin a new optional option called max to set the maximum items you want to show in the autocomplete menu. This can be useful when you have a large array of possible matches. However there's a downside, and that is that the excluded items won't show and the user may have the impression that the one he's looking for is not there. What do you think about it? I have added the necessary code to do so for a project I'm working in and could share the code if you're interested.
Cheers!
Note: See
TracTickets for help on using
tickets.
You should handle this in a custom source option.