mxgl

Results 5 comments of mxgl

I got around this with this code ```js selectTemplate: function (item) { if(item) { return '@' + item.original.name; } else { // required to prevent lockup and console error when...

That's what I do It creates a scenario where typing `@abc` leaves the `@abc ` in the textarea rather than erasing the mention entirely. Edit: it seems this doesn't erase...

Can you make it return `return this.current.collection.trigger + this.current.mentionText;` In case there's a different trigger.

@lcwalther is there a reason an empty noMatchTemplate is required? You could try ``` noMatchTemplate: function () { return '; } ```

It'd be nice to see this solved... though the odds of it seem low now