Searched refs:allowTag (Results 1 – 1 of 1) sorted by relevance
46 private allowTag: Set<string> = new Set(); property in TabPaneHiLogs124 this.allowTag['delete'](parentNode.textContent.trim().toLowerCase());228 this.allowTag.clear();236 if (inputValue !== '' && !this.allowTag.has(inputValue.toLowerCase())) {243 this.allowTag.add(inputValue.toLowerCase());258 this.allowTag['delete'](childNode.textContent!.trim().toLowerCase());290 (this.allowTag.size === 0 || this.allowTag.has(data.tag!.toLowerCase())) &&