We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b551 commit 17e06e5Copy full SHA for 17e06e5
elements/pfe-autocomplete/src/pfe-autocomplete.js
@@ -1,4 +1,5 @@
1
import PFElement from "../../pfelement/dist/pfelement.js";
2
+// import PfeSearchDroplist from "./pfe-search-droplist.js";
3
import "../../pfe-button/dist/pfe-button.js";
4
5
const KEYCODE = {
@@ -166,6 +167,7 @@ class PfeAutocomplete extends PFElement {
166
167
this._clearBtn.removeEventListener("click", this._clear);
168
this._searchBtn.removeEventListener("click", this._search);
169
this._searchBtnTextual.removeEventListener("click", this._search);
170
+ this._input.removeEventListener("search", this._searchCleared.bind(this));
171
}
172
173
_initValueChanged(oldVal, newVal) {
0 commit comments