I have a requirement where my selected filter values need to appear as "pills" on the page with an "x" which, when clicked, would unset the filter and reload the search without that value.
I have multiple filters that can appear on the page as pills.
I have tried exposing the filter as a header element above the view in addition to the left sidebar where it is shown now, but there doesn’t seem to be a clean way to update just that exposed filter theme cleanly.
I could resort to just building the pills using Ajax callbacks and JQuery but that feels convoluted.
Any ideas on how to implement this in a clean way?