Questions tagged [mentionsinput.js]

Use this tag for questions about usage, debugging, and help with the mentionsInput add-on to jQuery.

jQuery.mentionsInput, developed by Kenneth Auchenberg, is a free open-source JavaScript library enabling Twitter-like mentions in <textarea> elements. It should be mentioned that it is an add-on to jQuery, and not part of the core.

See also:

8 questions
8
votes
0 answers

React native Facebook like @mentions

Any one implemented a TextInput with @mentions like how it does in face book and twitter? I've tried https://github.com/harshq/react-native-mentions but deleting is not handled.
2
votes
0 answers

Summernote User Mention unable to wrap mentioned user issue

Hey there Stack Overflow, I am facing a javascript issue with my text area editor using summernote. I have made an API call which will retrieve my users from the database with the @ symbol but when the user is select and the username is returned,…
Vaulient
  • 335
  • 1
  • 4
  • 14
1
vote
1 answer

(Discord.JS) How do I listen for a user mention for a specific user chosen by the author

So I am in the process of making a Discord.Js bot that includes a command that will let me provide information on certain users. For example: I want to add a command that will provide the PlayStation gamer tag of a mentioned user (lets say the…
Diego
  • 11
  • 3
1
vote
1 answer

angular4 mention input tag not working properly

i am working with angular 4 mention tag input. I have created a api that is getting me all users list but i am not able to show it in angular mention list. I am confused what to do. Need help. HTML
Raj kumar
  • 75
  • 2
  • 15
1
vote
1 answer

jquery.mention Default Text

I am trying to implement jquery.mentions for sugesting users in the system when entering the @ sign. All is working well, with an Ajax query being used to populate the list. However, for editing existing comments I am struggling. I have set the…
StripyTiger
  • 877
  • 1
  • 14
  • 31
1
vote
1 answer

mentionsInput does not work

I am new to mentionsInput and have been trying to implement in a simple html page. I get error elmInputbox.elastic is not a function. Here is my code.
1
vote
1 answer

How do I use templating in MentionsInput.js?

Note: This could be a documentation for the feature of templating the list item for the plugin jQuery.mentionsInput. So I request the users, not to close this or delete this question. TIA. I am using jQuery.mentionsInput in my project. Everything…
Praveen Kumar Purushothaman
  • 164,888
  • 24
  • 203
  • 252
0
votes
1 answer

Why I am not getting any response while using mentionsInput in my laravel project

Why I'm not getting any response while using mentionsInput in my Laravel project. data is properly coming in JSON format which I checked properly. $(document).ready(function() { var token = $("#csrf-token").val(); …
Upasana Chauhan
  • 948
  • 1
  • 11
  • 32