diff --git a/src/Tribute.js b/src/Tribute.js index 3a1b128e..4c2fe462 100755 --- a/src/Tribute.js +++ b/src/Tribute.js @@ -166,7 +166,8 @@ class Tribute { } static defaultSelectTemplate(item) { - if (typeof item === "undefined") return "@" + this.current.mentionText; + if (typeof item === "undefined") + return `${this.current.collection.trigger}${this.current.mentionText}`; if (this.range.isContentEditable(this.current.element)) { return ( '' +