fossasia / susi_chromebot

SUSI.AI Chrome Extension
GNU Lesser General Public License v2.1
1.54k stars 139 forks source link

Auto expand textarea while typing a message #431

Open satyamtg opened 5 years ago

satyamtg commented 5 years ago

I'm submitting a ... (check one with "x")

Current behavior: Currently, the textarea has fixed width and height due to which a scrollbar comes if the message is long enough. This makes the message difficult to read and review before posting it. screenshot from 2018-10-11 01-03-23

Expected behavior: The solution would be to change the height of the textarea dynamically so that messages that are long are easier to read. expected

Steps to reproduce: Just type a long enough message in the textarea provided.

Would you like to work on the issue? Yes