Add Better Exposed Filters integration
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3352185. --> Reported by: [dieterholvoet](https://www.drupal.org/user/3567222) Related to !49 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Add integration with <a href="https://www.drupal.org/project/better_exposed_filters">Better Exposed Filters</a> so we can use Tagify widgets in views exposed filters.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Provide a <code>BetterExposedFiltersFilterWidget</code> implementation similar to <a href="https://git.drupalcode.org/project/select2/-/blob/8.x-1.x/src/Plugin/better_exposed_filters/filter/Select2.php">the one select2 provides</a>. It should handle both multiple select elements and autocomplete widgets such as the <em>Name (autocomplete)</em> views filter.</p> > Related issue: [Issue #3352158](https://www.drupal.org/node/3352158)
issue