podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

jQuery Mentions does not work with multiple textboxes on the same page. #196

Open JalpeshVadgama opened 3 years ago

JalpeshVadgama commented 3 years ago

Hello Team,

First of all, Great work but there are still some issues there.

I have multiple text area with css class mentions then the mention should work on the all the textures but it's not working.

Just like jQuery selectors, it should work on all the text area with the 'mention' css class with the following code.

$('textarea.mention').mentionsInput({

Right now if you modify on the following page - https://podio.github.io/jquery-mentions-input/ and put two text areas with the 'mention' selector it should work.

I have tried via modifying it with developer tools and its not working.

Please do needful. It is a required thing