ivirabyan / jquery-mentions

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

Uncaught TypeError: this._update is not a function #52

Closed Sridatta7 closed 8 years ago

Sridatta7 commented 8 years ago

I am trying to clear the content editable div by invoking the clear function

$div.mentionsInput('clear');

this is throwing an error; looks like _update is not present in 'MentionsContenteditable'. Also I tried replacing _update with update but then it threw

Uncaught TypeError: this._initValue is not a function

not sure what the intended behaviour here is

Sridatta7 commented 8 years ago

:+1: