Opened 15 years ago
Closed 13 years ago
#2385 closed bug (invalid)
jquery.autocomplete
Reported by: | aerosoul | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.3 |
Keywords: | autocomplete, multiple, mustmatch, custom | Cc: | |
Blocked by: | Blocking: |
Description
its impossible to create an autocomplete field where multiple inputs and custom inputs are allowed.
ex: $("#suggest3").autocomplete(cities, {
multiple: true, mustMatch: false
});
from the original demo.
if the input is set to multiple and mustMatch false, its impossible to add a custom input cause while typing a seperator the "nearest" existing word is taken. example, 'test,' is overwritten with 'Terrace Park,'
Note: See
TracTickets for help on using
tickets.
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 .