[Koha-bugs] [Bug 26247] Search terms retained in header search creates UX inconsistency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 30 05:17:58 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247

--- Comment #27 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Hi,

You can try empying directly after page loaded :

$(document).ready(function() {
  $("#header_search #catalog_search input[name='q']").val("");
});

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list