We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84503af + 9523a33 commit cb49944Copy full SHA for cb49944
1 file changed
app/assets/javascripts/rails_admin/ra.filter-box.js
@@ -157,7 +157,11 @@
157
break;
158
}
159
160
+ var filterContainerId = field_name + '-' + index + '-filter-container';
161
+ $('p#' + filterContainerId).remove();
162
+
163
var $content = $('<p>')
164
+ .attr('id', filterContainerId)
165
.addClass('filter form-search')
166
.append(
167
$('<span class="label label-info form-label"></span>')
0 commit comments