podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Prevent email address to search #115

Closed jat-odoo closed 9 years ago

jat-odoo commented 9 years ago

Hello, When type(Trigger char is @): abc@domain, then it search for domain. So prevent to search when it's actually email.

Solution: Perform search when there is space before @.