Fix tag editing functionality
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3307339. -->
Reported by: [gxleano](https://www.drupal.org/user/3591999)
Related to !11
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When you try to edit an existing tag, the autocomplete is not returning any results, so it is not working as it should.</p>
<h3 id="summary-steps-reproduce">Steps to reproduce
</h3><p>Try to edit one of the existing tag, the autocomplete shouldn't return any results.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>We are going to handle the tag edit from the <em>tagify.js</em>, using the event <strong>edit:input</strong> coming from Tagify component.</p>
<p>See the Tagify component event over here: <a href="https://github.com/yairEO/tagify#events">https://github.com/yairEO/tagify#events</a></p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue