Whenever you select a second reference, it replaces the first one.

CommentFileSizeAuthor
#3 Create testing localhost.png83.04 KBRoySegall
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amitaibu’s picture

Update: In Drupal.jsAC.prototype.select() $(node).data('autocompleteValue') is always a single value.

amitaibu’s picture

The problem is that Taxonomy term returns the matches only for the last entered tag

Object {t2, t1: "t1"} (e.g. t2 term was entered before).

ER currently omits previous terms entered.

So it seems that for Tags style, we would need to use something similar to TermAutocompleteController::autocomplete().

RoySegall’s picture

Issue summary: View changes
Status: Active » Fixed
FileSize
83.04 KB

It seems to be fixed in the issue #675446: Use jQuery UI Autocomplete in the commit 02a10b3

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.