From d9b43373193c6de7d3475ad92759368b5e6e3518 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Mon, 3 Aug 2026 21:36:35 +0200 Subject: [PATCH] Add a shared searchable multiselect combobox for team/member pickers Extracts the "Grant role" member picker's typeahead combobox into a reusable static/js/searchable-select.js (opt in via data-searchable on the widget), and reuses it for the news form's teams field -- a proper multiselect with removable pills and filter-as-you-type, replacing the plain checkbox list. Needed forwarding widget attrs through the shared select template, which never passed them to the rendered (single or + * `multiple`): a small typeahead combobox, a select2-alike without the + * dependency. Type to filter, click or Enter to pick; the hidden