Skip to content

Commit

Permalink
feat(filters): change-filter-element-Container
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegario committed Dec 8, 2021
1 parent d455d27 commit 31c6e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/filters/autoCompleteFilter.ts
Expand Up @@ -357,7 +357,7 @@ export class AutoCompleteFilter implements Filter {
protected createDomElement(filterTemplate: string, collection: any[], searchTerm?: SearchTerm) {
this._collection = collection;
const columnId = this.columnDef?.id ?? '';

$(this.filterContainerElm).empty();

// create the DOM element & add an ID and filter class
Expand Down

0 comments on commit 31c6e54

Please sign in to comment.