react-chatbot-kit icon indicating copy to clipboard operation
react-chatbot-kit copied to clipboard

how to set text and trigger send outside of Chatbot component

Open AnilSonix opened this issue 2 years ago • 2 comments

I want to set text and trigger send from outside of the chat component. I tried to set the text of the input field via dom, didn't work probably due to state mgmt.

AnilSonix avatar Oct 14 '22 12:10 AnilSonix

@AnilSonix Were you able to get it working somehow? Where we need to set text in chatbot component from handler outside its context ? @FredrikOseberg - Can you help on this ?

dkaus1 avatar Sep 19 '23 11:09 dkaus1

@dkaus1 I ended up creating a custom component for conversation and individual widgets. I needed more control over the state. For state management I used zustand.

AnilSonix avatar Sep 21 '23 18:09 AnilSonix