- the field filter is set to expose the operator also (Is, Is not)
- the BEF settings is set to hide this field (Hidden)
- the operator is still visible

Comments

Pasqualle’s picture

solution:
better_exposed_filters_exposed_form_plugin.inc

line 753 add: (under case 'bef_hidden')

            if (isset($form[$field_id . '-op'])) {
              $form[$field_id . '-op']['#type'] = 'hidden';
            }
mikeker’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Issue queue cleanup. My apologies for taking so long to get to this issue.

Currently, BEF does not change the rendering of exposed operators. Sorry.