react-simple-chatbot
react-simple-chatbot copied to clipboard
does input type support textarea
https://github.com/LucasBassetti/react-simple-chatbot/blob/c42127cb879750ad12d2720cf4f431e182d1ce9e/lib/ChatBot.jsx#L688
https://www.w3schools.com/tags/tag_input.asp
Document: https://html.spec.whatwg.org/#the-input-element
https://github.com/LucasBassetti/react-simple-chatbot/blob/c42127cb879750ad12d2720cf4f431e182d1ce9e/lib/components/Input.jsx#L4
to
const Input = styled.textarea`