FredrikOseberg / react-chatbot-kit

MIT License
297 stars 139 forks source link

Input field text wrapping Issue #102

Open jyip01 opened 2 years ago

jyip01 commented 2 years ago

Hi, loving this chatbot kit and so far so good but I did have a question about the components you have such as the input field, I have been trying to get the text to wrap within that input field but so far overflow-wrap, flex-wrap, word-wrap, word-break and white-space hasn't given me a solution to this. I know if this was a textArea it wouldn't be as difficult but I was wondering if you had any tips I can try out or if there is a way to embed textArea into the code instead of using Input (not sure if this is a thing).