Filter reset when clicking HTML5 search reset
Forced keyup when clicking the field to force the filter to be reset.
This commit is contained in:
parent
2789a84d15
commit
32c56ee43f
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
input = $("<input type=\"search\"/>").attr({
|
||||
id: id,
|
||||
size: o.size
|
||||
}).on('click', function () {
|
||||
$(this).keyup();
|
||||
});
|
||||
$("<p/>").addClass("formTableFilter").append(label).append(input).insertBefore(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue