- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
It works if I select the "Always build output" option..
- πΊπΈUnited States DamienMcKenna NH, USA
The problem appears to be this:
class ViewfieldFormatterDefault extends FormatterBase { .. public function viewElements(FieldItemListInterface $items, $langcode) { .. if (!empty($view->result) || $always_build_output) {
This doesn't have any logic to check if the exposed form is supposed to be displayed.