jakiestfu / Mention.js

Lightweight wrapper for adding @user mention functionality to Twitter Bootstraps Typeahead plugin
http://jakiestfu.github.com/Mention.js/
MIT License
747 stars 144 forks source link

Re-initialize a textarea with a new users list #31

Open deathg0d opened 9 years ago

deathg0d commented 9 years ago

Is there a way to re-initialize a textarea with a new data (user list) or add more user data? At the moment reusing .mention(...) on an element doesn't do anything!

djds23 commented 9 years ago

+1 for this issue. I am trying to reset the users array with a new set of users for different textareas but it does not appear to have an effect.

djds23 commented 9 years ago

@deathg0d have you figured out a workaround to this? I have been stuck on this for the past two weeks and haven't made any headway.

deathg0d commented 9 years ago

@djds23 sorry still no luck :(