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

Triggers as caret positions or new line

Open anika-ahluwalia opened this issue 4 years ago • 2 comments

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

anika-ahluwalia avatar Jun 04 '20 17:06 anika-ahluwalia

Unfortunately, this is not possible with the current implementation. You can trigger the autocomplete only with specific trigger https://github.com/webscopeio/react-textarea-autocomplete#trigger-type.

jukben avatar Jun 05 '20 15:06 jukben