Can I change the trigger of mention pluggin?
See original GitHub issueHey guys, I want to change my mention plugin to trigger mentions by # and not from @, Can I do this without fork and change the code ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
[mentions] Use a different trigger? · Issue #284 · draft-js ...
We have a use-case for two triggers that use the same character: % and %% . This currently does not work with two...
Read more >Draft-JS Mention Plugin - Change Mentions Object K/V
You can achieve this thing by using mentionComponent property of createMentionPlugin . Sample Code below:
Read more >Mention - DraftJS Plugins - High quality plugins with great UX
mentionTrigger Allows you to provide a array custom character to change when the search is triggered. By default it is set to `@`....
Read more >Bootstrap Mention - examples & tutorial
Responsive Mention plugin built with the latest Bootstrap 5. ... Bootstrap 5 Mention plugin ... Use trigger option to change search triggering sign....
Read more >Video.js Plugins
It no longer mentions use of the videojs.extend() method, ... With basic plugins, the method does not change - it is always the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I might be wrong, but it looks like it was added in version 2.0 #320
I’m not sure what it take to upgrade from 1.0 to 2.0+, but if you are able to, i’d try that. I’m working on “2.0.0-beta9” and it is working 👍
Thanks @johnmpotter for helping out here!