Skip to content

Commit 69e3035

Browse files
committed
Properly apply filter in modal
1 parent 5ca06ed commit 69e3035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
return this.$inlineFilters.filter(filter);
10801080
else
10811081
return $(".griddly-filters-form input" + filter + ", .griddly-filters-form select" + filter, this.$element)
1082-
.add($("input[name], select[name]", this.$filterModal));
1082+
.add($("input" + filter + ", select" + filter, this.$filterModal));
10831083
},
10841084

10851085
getFilterValues: function ()

0 commit comments

Comments
 (0)