Search and Top Navigation
#7208 closed enhancement (wontfix)
Opened March 28, 2011 12:56PM UTC
Closed March 28, 2011 01:07PM UTC
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!
Attachments (0)
Change History (1)
Changed March 28, 2011 01:07PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
You should handle this in a custom source option.