react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

@mention people in a textarea

Results 226 react-mentions issues
Sort by recently updated
recently updated
newest added

**Steps to reproduce:** 1. add @xxx 2. input long text 3. input @ to show suggestion **Expected behaviour:** @[position here] **Observed behaviour:** @xxxxx [position here]long long text @ **Workaround:** blur...

**Steps to reproduce:** Try to use `customSuggestionsContainer` in TypeScript, which is missing in `MentionsInputProps` in @types/react-mentions. **Expected behaviour:** `customSuggestionsContainer` is in `MentionsInputProps` **Observed behaviour:** Property does not exist error. **Workaround:**...

from #106 I am using react-mentions with redux form. ![cursor jump](https://user-images.githubusercontent.com/10415101/110049539-e29abe80-7d06-11eb-8b25-df193af53236.gif) here is a demo of the broken input https://codesandbox.io/s/react-mentions-input-jump-rm8d6?file=/MentionField.js This would be the ideal approach. here is a demo...

There are three more tickets (and the first one was opened in 2016!). https://github.com/signavio/react-mentions/issues?q=is%3Aissue+is%3Aopen+undo Undo/Redo is not working after copying or pasting into input (with shortcuts Ctrl+Z/Ctrl+Y and from contextmenu...

Fixes #314. If the `data` function returns a `Promise` or other thenable, the suggestions are updated when the promise resolves. The type definitions already have `Promise` as a valid return...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

Hello there, I'm currently using react-mentions to implement a messenger-like system and I'm facing a weird issue on iOS whenever I try to use React portals. For some reason, the...

This PR includes the addition of the render method to the Mention component. The method has display parameters and expects to return a react component to render the mention display...

I'm not sure how "universal" universal newlines are, but they are a thing in Python. I recently noticed a bug in react-mentions caused by them. My fix was to replace...

**Steps to reproduce:** 1. Open [react-mentions example page](https://react-mentions.vercel.app/) 2. Copy some text 3. Attempt to paste it into disabled field **Expected behaviour:** Text does not get pasted into disabled field...