Skip to content

Commit

Permalink
Fix uncheck inputs (#254)
Browse files Browse the repository at this point in the history
* Uncheck all active checkboxes on reset

* Update bundle files
  • Loading branch information
Gomez committed May 8, 2024
1 parent 823b11d commit ac0f916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eea/facetednavigation/browser/javascript/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ Faceted.Form = {

reset: function () {
Faceted.Query = {};
Faceted.Form.form.find("input[type=checkbox]:checked").prop("checked", false);
},

do_query: function (wid, value) {
Expand Down
2 changes: 1 addition & 1 deletion eea/facetednavigation/browser/static/faceted-view.min.js

Large diffs are not rendered by default.

0 comments on commit ac0f916

Please sign in to comment.