- Issue created by @dianacastillo
- πΊπΈUnited States dianacastillo Miami
i added this .js to my subtheme library and now the search clears out
(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));
- πΊπΈUnited States smustgrave
Need additional steps
1. Does this happen on 7.0.x
Currently I can't replicate.