vote up 0 vote down star

The Autocomplete doesn't seem to work with multiple values if the user presses the return key in a textarea and enters text in a new line.

In such case, though the values are shown, pressing TAB or return key doesn't enter them in the textarea.

The options set are as follows:

$("#search").autocomplete(colls, {
    multiple: true,
    autoFill: false,
    matchContains: true,
    max: 100,
    multipleSeparator: " "
});

flag
It might be helpful if you describe the IDE in which you're having a problem. – John Oct 17 at 18:16

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.