javascript – Why does the Form disappear on trying to type data in the input fields?
I have a form in a React app. The form opens only after clicking the chat with us button and should close only after either clicking submit or the background. However, it is closing every time I begin to type in something. I’m unsure what is causing this behaviour. Here is the code for my … Read more