Kannaj / 42EXP

Find teams to work together with on projects
https://42exp.com/
Other
21 stars 7 forks source link

Message input box in the chat room needs fixing #32

Open Kannaj opened 7 years ago

Kannaj commented 7 years ago

The message box in the chat room currently is a textarea tag. It looks a bit ugly due to the rows attribute specified as a default.

We should try replacing it with a standard input box and include a button (probably called 'edit') which should open up an editor modal to type longer messages.

Alternative approach replace the message box with a <div contenteditable> tag which would allow the div to automatically increase on message overflow.