We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c04e4 commit d25007fCopy full SHA for d25007f
app/assets/javascripts/fae/form/_filtering.js
@@ -103,9 +103,10 @@ Fae.form.filtering = {
103
var $this = $(this);
104
ev.preventDefault();
105
106
- // reset params and form selects
+ // reset params and form selects/inputs
107
_this.fry.merge({ page: '' }, true);
108
$('#filter_search').val('');
109
+ $this.closest('form').find('.table-filter-group.text-input input').val('');
110
$this.closest('form').find('select').val('').trigger('chosen:updated');
111
$this.hide();
112
})
0 commit comments