react-textarea-autocomplete
react-textarea-autocomplete copied to clipboard
📝 React component implements configurable GitHub's like textarea autocomplete.
Hi again! I'm having trouble getting the scroll behavior to work. I've been trying to troubleshoot but am struggling a bit.  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...
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,...
Here is the link for the same issue : https://codepen.io/coderFriend/pen/OJNyMdv.
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...
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...
Hi! Is it possible to have a trigger activated when the caret is at the start or when the user hits enter? Thank you!
It would be nice if the method `setCaretPosition` could have the following signature. `setCaretPosition(selectionStart, selectionEnd)` or also allow the usage of `setSelecetionRange`.