We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anyway to bind the mentionsInput to a textarea that is dynamically added to the dom?
The text was updated successfully, but these errors were encountered:
just call the plugin right after you added textarea to the dom
Sorry, something went wrong.
We do something similar to:
<div id="content_1"> This is example content. <a href="/contents/1/edit.js" data-remote="true">Edit</a> </div>
//contents/1/edit.js $('#content_1').replaceWith('<div id="content_1_edit"><textarea class="mention"></textarea></div>'); $('.mention').mentionsInput({ source: '/users.json' });
Let's think about it like inline editing.
It does not work. I am not able to use @mention in the newest textarea.
@mention
No branches or pull requests
anyway to bind the mentionsInput to a textarea that is dynamically added to the dom?
The text was updated successfully, but these errors were encountered: