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

:speech_balloon: Easy way to create conversation chats

Results 134 react-simple-chatbot issues
Sort by recently updated
recently updated
newest added

On ChatBot.jsx you are attaching a scroll to button function on the event 'DOMNodeInserted' of the chatBot element. That created some problem for us when we used custom components with...

hi @LucasBassetti I have been trying to create a react-based chatbot, in that if a user presses an option/button from the chatbot I want to display a component outside of...

**Describe the bug** As per our chatbot requirement, we want to show dynamic data in Options. For example: 1. Initially there will be 3 options Class A Class B Class...

**Describe the bug** On screen load, Chat Button weirdly flies in, open and close to normal state. How to avoid this glitch? **To Reproduce** Steps to reproduce the behavior: ``...

I'm not sure if I understood what toggleFloating is supposed to do, but I expected it to allow me to close the chatbot after opening it. I have set my...

**Describe the bug** I was running Accessibility Insights for Web, from Microsoft, and accused that the submit button does not have inner text that is visible to screen readers or...

We create a new project: npx create-react-app react-simple-chatbot-reactv17 package.json ... "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, ... Gives an...

Hi, how can I use steps to pass previous step value to a custom component? *example of what I tried but it said the definition of steps is missing {...

How can I close the chatbot and restart the steps? Please Help, Thanks.