react-textarea-autocomplete icon indicating copy to clipboard operation
react-textarea-autocomplete copied to clipboard

📝 React component implements configurable GitHub's like textarea autocomplete.

Results 27 react-textarea-autocomplete issues
Sort by recently updated
recently updated
newest added

Hi again! I'm having trouble getting the scroll behavior to work. I've been trying to troubleshoot but am struggling a bit. ![](http://g.recordit.co/YvM63wvY3b.gif) It looks like the `container` HTMLDivElement being referenced...

Hey , great package so far ! I was thinking of utilizing 'antd' tag components to distinguish the selected item and the normal texts , however it seems that it...

question
discussion

I am using my own "textarea" component that does some text manipulations under the hood, like so: ``` const CustomTextArea= React.forwardRef((props, ref) => { // Prop-dependent logic here } ```...

Hi, when using the allowWhitespace option and typing something with several words, it would be nice to make the suggestion list reappear in the case where you make a typo,...

It would be great if you could provide the functionality to override the Menu renderer just like the Menu item renderer.

Hello , just wanted to check if it is possible to store the selected data to an array , I don't seem to be able to find information on this...

wontfix

Consider user mentions and emojis. For user mentions, I would like to show username suggestions only after first character is entered after `@` and for emojis I would like to...

feature 🚀

Hi! Is it possible to have a trigger activated when the caret is at the start or when the user hits enter? Thank you!

feature 🚀

It would be nice if the method `setCaretPosition` could have the following signature. `setCaretPosition(selectionStart, selectionEnd)` or also allow the usage of `setSelecetionRange`.

feature 🚀