Opened 14 years ago
Closed 13 years ago
#3513 closed bug (invalid)
[autocomplete]minChars: 2
Reported by: | bettyflb | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
when set options as {minChars: 2, matchContains: false}, the autocomplete is not working.
Change History (3)
comment:1 Changed 14 years ago by
Owner: | set to joern |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
I am using autocomplete plugin production revision 1.0.2 and I can confirm this behavior. The only thing that needs to be clear that is if the data is an ajax query, then it works fine (at least from what I've tested out) but it does not work when loading data from local array.
Tested with: jquery 1.2.3 and 1.3.2, with jquery.autocomplete 1.0.2.