newsproutsmedia / chat

Chat site using socket.io
https://chatapp.newsproutsmedia.com
0 stars 0 forks source link

(feature) Message Input UX/UI: Remove multi-line editing. #86

Closed newsproutsmedia closed 3 years ago

newsproutsmedia commented 3 years ago

Multi-line editing is causing problems with responsiveness and UX. Users expect "Enter" to send their message. Until such time as there is a "native"-style HTML input element that can expand vertically and allow spaces, this functionality will be removed.

Use a simple input box for message text.