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

Mention suggestions not being hidden when more than 20 characters are entered after "@" #36

Open
zilions opened this issue Jun 10, 2015 · 1 comment
Labels

Comments

@zilions
Copy link

zilions commented Jun 10, 2015

I inspected the match regex that you are using and it states that it will match between 0-20 characters after the trigger, usually being "@".

I ran a test by typing the following, or similar, into the text box... yet the suggestions within the jQuery UI menu dropdown still remained displayed.

@Testing testing 123 this is far more than 20 characters now...

The only way I could get them to hide was when the textarea lost focus. Once it regained focus again, I could then begin to delete character by character until there were 20 remained and the suggestions then displayed again as expected.

@ivirabyan
Copy link
Owner

Please, tell me what browser you use, and give me sample data to reproduce this bug

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

No branches or pull requests

2 participants