ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

set minLength #82

Open wesleywong opened 6 years ago

wesleywong commented 6 years ago

I tried to set minLength:0 to open autocomplete list when user type "@". So far working fine but just that autocomplete list do not close when i delete "@". anyone can advise how to solve?