LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.73k stars 594 forks source link

does input type support textarea #282

Open TCCinTaiwan opened 4 years ago

TCCinTaiwan commented 4 years ago

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

sinups commented 4 years ago

https://github.com/LucasBassetti/react-simple-chatbot/blob/c42127cb879750ad12d2720cf4f431e182d1ce9e/lib/components/Input.jsx#L4

to

const Input = styled.textarea`