You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pushing after the closing of the span does the trick insert: function(item) { return '<span class="mention" id="' + item.sequence + '">@' + item.name + '</span> '; },
Hey,
This is such a great plugin to have, I've just implemented it but am having a small issue;
I use this to format my text:
The issue is, that when I continue typing after selecting from the dropdown, the rest of my text continues inside the
span
tag.The text was updated successfully, but these errors were encountered: