react-mentions
react-mentions copied to clipboard
How to use the library without MentionInput component
There is a way to use this library without use the textarea of MentionInput? I want to use this library but on different textarea and(like tinymce editor or somthing (to use mentions in the editor) ) and cant success to understand how to do this or if it not optional...
Please help me.
React-mention render it's own textarea / input. It is not possible to use react-mention on another input.
Tinymce has a plugin for mentions https://www.tiny.cloud/docs/plugins/premium/mentions/
I'm not sure what you are searching, but if you need a rich text editor that support mentions, there is also
- draftjs: https://www.draft-js-plugins.com/plugin/mention
- slate: https://www.slatejs.org/examples/mentions
- (I'm sure there is also others alternatives 😉)