Modify ↓
Ticket #2458 (closed bug: invalid)
Autocomplete plug-in breaks if multipleSeparator value appears in autosuggest value
| Reported by: | DanSwitzer2 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | plugin | Version: | 1.2.3 |
| Keywords: | autocomplete | Cc: | joern |
| Blocking: | Blocked by: |
Description
If you use a multipleSeparator that happens to also appear in the text of one of your suggested values the plug-in will not be able to find that original value.
One way to possible resolve this issue would be to track autosuggested values by their string location instead of trying to split values into tokens.
(This bug was logged by request of Joern, just so we can remember the issue.)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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 .