Skip to main content

Bug Tracker

Side navigation

#2385 closed bug (invalid)

Opened February 22, 2008 07:53AM UTC

Closed October 12, 2009 11:28PM UTC

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,'

Attachments (0)
Change History (1)

Changed October 12, 2009 11:28PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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 .