FredrikOseberg / react-chatbot-kit

MIT License
297 stars 139 forks source link

how to set text and trigger send outside of Chatbot component #117

Open AnilSonix opened 1 year ago

AnilSonix commented 1 year ago

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.

dkaus1 commented 9 months ago

@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 ?

AnilSonix commented 9 months ago

@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.