react-chatbot-kit
react-chatbot-kit copied to clipboard
Hi~ I created 2 widgets for the bot to reply media message (image and video), by passing the file path as props to the widget. It show properly in the...
I want to add latex support to the user `form-input` component. Is there any way to pass a custom `text-field` component while maintaining the bot's functionality? I've looked at customComponents...
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...
I have made a bot using this great library. In that i have place a refresh button on the bot's header. So that when I press it the chat window...
hi, @FredrikOseberg I am implementing a chatbot that can save history. OnClick event any of the buttons are not working after closing and reopening the chat window. I am using...
Bumps [terser](https://github.com/terser/terser) from 5.8.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Hi FredrikOseberg, we are integrating a bot with a third-party site and facing CSS conflict issues. Is there a way to overcome this issue ?. Thanks and regards Shubham Kumar
I am using dialogflow as tool for chatbot. When user write anything to chatbot that mesasage is passed as data to dialogflow api and as a response it gives fulfillmentText....
When attempting to trigger an actionprovider method from a widget button I keep getting this error. If I call the method using messageparser the method works as expected. Only when...