Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity_reference.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2013 at 17:42 UTC
Updated:
29 Jul 2014 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amitaibuUpdate: In
Drupal.jsAC.prototype.select()$(node).data('autocompleteValue')is always a single value.Comment #2
amitaibuThe 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().Comment #3
roysegall commentedIt seems to be fixed in the issue #675446: Use jQuery UI Autocomplete in the commit 02a10b3