Skip to content
New issue

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

Don't erase the "@" after selecting a username #177

Open
felixmaxime opened this issue Mar 1, 2018 · 1 comment
Open

Don't erase the "@" after selecting a username #177

felixmaxime opened this issue Mar 1, 2018 · 1 comment

Comments

@felixmaxime
Copy link

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?

@sergeysviridenko
Copy link

sergeysviridenko commented Jun 14, 2018

@felixmaxime Actually you can use something like this { id:9, name:'@username', display: 'username', 'type':'contact' },. It should help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants