diff --git a/src/tagger.js b/src/tagger.js index 4bb5f03..16cb02b 100644 --- a/src/tagger.js +++ b/src/tagger.js @@ -700,7 +700,7 @@ // Set width this._setSuggestionListDimensions(); // Show list - if (this.taggerInput.is(":visible")) { + if (this.taggerFilterInput && this.taggerInput.is(":visible")) { this.taggerFilterInput.hide(); } this.taggerSuggestions.show();