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
How could I make it so that when I choose the username that I want from the dropdown, the "@" remains in the textarea?
Right now if I type in "@UserN" and then click "username", the textarea will autocomplete to "username" but I want it to autocomplete to "@username".
How could I do this?
The text was updated successfully, but these errors were encountered:
@felixmaxime Actually you can use something like this { id:9, name:'@username', display: 'username', 'type':'contact' },. It should help you.
{ id:9, name:'@username', display: 'username', 'type':'contact' },
Sorry, something went wrong.
No branches or pull requests
How could I make it so that when I choose the username that I want from the dropdown, the "@" remains in the textarea?
Right now if I type in "@UserN" and then click "username", the textarea will autocomplete to "username" but I want it to autocomplete to "@username".
How could I do this?
The text was updated successfully, but these errors were encountered: