Closed (fixed)
Project:
Tagify
Version:
1.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2026 at 15:46 UTC
Updated:
4 May 2026 at 14:15 UTC
Jump to comment: Most recent
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.
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.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
heyyo commentedComment #5
gxleano commentedComment #7
gxleano commented