h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.98k stars 327 forks source link

Make chatbot text input expand when newline is encountered instead of single line only #1999

Closed mturoci closed 1 year ago

mturoci commented 1 year ago

Is your feature request related to a problem? Please describe

The current chatbot card input textbox accepts a single line text only, which is not enough.

Describe the solution you'd like

The textbox should grow in height as needed (depending on the amount of newlines) and maxing out on a specified threshold. Same as other popular chatbots work.