podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Call Reset from Ajax Form #82

Open coommark opened 11 years ago

coommark commented 11 years ago

How do you call the reset function from an Ajax form after submitting? Calling the regular form reset still leaves the mentions in the textarea.

jhakasjk commented 6 years ago

how did you call normally? I did not find any documentation for usage.

ahmed-aliraqi commented 5 years ago

you can reset your textarea by using reset method.

$('textarea.mention').mentionsInput('reset');
hunainabbasi commented 4 years ago

but this reset is also removing the text which is not part of mention any idea how to remove mentions from text just to save message in DB