Reset Button in Better Exposed Filters Doesn't Uncheck Checkbox Fields

Created on 10 December 2024, 4 months ago

Problem/Motivation

I am using the Better Exposed Filters (BEF) module in my Drupal 10 site. While the reset button works to clear text inputs and other filters, it does not uncheck checkbox fields in the exposed filter form.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

7.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kishor kumar v
  • (function($, Drupal, drupalSettings) {
      'use strict';
    $('.form-submit[id^=edit-reset]').on('click keypress', function(e) {
        e.preventDefault();
        location.href = location.origin + location.pathname;
      });
    }(jQuery, Drupal, drupalSettings));

    This script successfully reloads the page and clears the form as intended; however, an AJAX request is triggered just before the page reloads.

  • @kishor kumar v I believe that this is fixed, as the reset button unchecks the checkbox fields in the exposed filter form. Could you provide a filter criteria where it does not uncheck checkbox fields in the exposed filter form on clicking reset.

  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    Wasn't able to reproduce on clean install of 7.0.x

    Radio buttons and checkboxes both reset just fine.

Production build 0.71.5 2024