- 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.