react-textarea-autocomplete
react-textarea-autocomplete copied to clipboard
π React component implements configurable GitHub's like textarea autocomplete.
This package requires `"react": "^16.0.0 || ^17",`. Please add support for the latest react version. Thanks!
Does trigger support search from an array or api response? The trigger now takes a predefined dictionary. trigger are keys of dictionary Can the trigger be current active word (or...
I am trying to implement this in TypeScript but have no luck so far... Implementing Trigger Prop is very challenging (I am new to TS as well) **Has anyone implemented...
Howdyy, there a way to control the position of the suggestion list? Not like making it follow the caret, but like having it appear on the top or bottom of...
Hey! As title says unfortunately I don't have time to keep supporting this library. I'm glad you found some value in it βΒ after all I built it all for...
When unresolved promise is returned by dataProvider (for example an async call over api to fetch suggestions), the loading component has missing top/left styles to position the loading component next...
If we add the prop `onScroll={(e) => { /* do something here */ }}` the prop does not propagate correctly to the underlying textarea. I find that we can correct...
My use case is that I want to use inline trigger-based autocompletion elsewhere in my application, but I have a username field where I would like autocomplete to start immediately...
When using autocomplete on e.g. the ":smile:" symbol in the example the input history gets deleted. So Undo/Ctrl-Z only works back to the last autocomplete action. Repro steps: 1) Use...