Prevent premature Better Exposed Filters (BEF) autosubmit while typing in Tagify input
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3580983. --> Reported by: [heyyo](https://www.drupal.org/user/474388) Related to !203 >>> <p>When using the Tagify widget within a View that has Better Exposed Filters (BEF) enabled with "Autosubmit," a usability issue occurs: every single keystroke in the Tagify search/autocomplete field triggers an AJAX refresh of the View.</p> <p>This patch adds the data-bef-auto-submit-exclude="1" attribute to the Tagify input element. This tells BEF to ignore keystrokes inside the widget and only trigger a refresh when a tag is actually added or removed (via the change event), leading to a much smoother and expected user experience.</p>
issue