I have a field collection with 3 entity reference fields (all autocomplete). The field collection can have 'unlimited' values.
The first row everything works fine, if I click 'Add another item', a new row with 3 entity reference fields appears. However, the autocomplete no longer works.
Changing the widget type back to 'embedded' fixes the problem, so it has to do with this module.
Any help would be great!
Comments
Comment #1
GlitchFreak commentedThanks for reporting this and supplying a work around maartendeblock.
I'm experiencing the same issue, and wasn't sure if it was a site config on my side.
Comment #2
GlitchFreak commentedFurther investigation reveals that the first row has the following in the HTML field definition:
autocomplete="OFF" aria-autocomplete="list"The subsequent rows do not have the text above.
The field definition is as follows for the first and second row respectively:
<input type="text" class="form-text required form-autocomplete" maxlength="1024" size="60" value="" name="field_course_class[und][0][field_course_class_att_member][und][0][target_id]" id="edit-field-course-class-und-0-field-course-class-att-member-und-0-target-id" autocomplete="OFF" aria-autocomplete="list"><input type="text" class="form-text required form-autocomplete" maxlength="1024" size="60" value="" name="field_course_class[und][1][field_course_class_att_member][und][0][target_id]" id="edit-field-course-class-und-1-field-course-class-att-member-und-0-target-id">My knowledge on field definition is limited so I'm not able to see where the issue is.
Comment #3
brandy.brown commentedCan you try the patch here: https://drupal.org/node/2104475 ?? I think it solved this problem for me.