diff --git a/chip-list.js b/chip-list.js index 64594ae..78c6435 100644 --- a/chip-list.js +++ b/chip-list.js @@ -214,7 +214,7 @@ class ChipList extends IgniteElement { if (this.onSearchCallback) { clearTimeout(this.onSearchCallback); } - this.onSearchCallback = setTimeout(() => this.onSearch(this.input.textContent.trim()), this.onSearchDelay); + this.onSearchCallback = setTimeout(() => this.onSearch(this, this.input.textContent.trim()), this.onSearchDelay); } }) ), diff --git a/drawer.js b/drawer.js index 754016a..8d22360 100644 --- a/drawer.js +++ b/drawer.js @@ -176,7 +176,7 @@ class Drawer extends IgniteElement { .style("width", this.width) .style("height", this.height) .style("padding", this.padding) - .style("display", this.show, true, value => value ? "flex" : "none") + .style("display", this.show, false, value => value ? "flex" : "none") .class(this.containerClass) .class("container") .child(