1.2.11 breaks autocomplete for fields inside paragraphs or other entities embedded via inline entity form
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3443020. --> Reported by: [stmh](https://www.drupal.org/user/35538) Related to !84 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Autocomplete works for entities, when the field is part of the root entity, e.g. node/1/edit. If the entity is referenced, e.g. a paragraph with a taxonomy entity reference field, then the autocomplete does not work anymore.</p> <p>Same for an entity which gets embedded via inlineentityform.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>0. create a vocabulary and some terms<br> 1. create a paragraph type with an entity reference field for e.g. taxonomy referencing above vocab<br> 2. make sure that the form display is using the tagify widget.<br> 3. create a content type, add a paragraphs field<br> 4. create a node of that type<br> 5. add a paragraph to the node<br> 6. try to reference one of the terms, the autocomplete does not show up</p> <p>Above works until 1.2.10 but breaks in 1.2.11 in my testing</p>
issue