wncc / Hello-FOSS-Chat

The Chat Application repository for Hello-FOSS
http://hello-foss-chat.herokuapp.com/
3 stars 8 forks source link

Send on Enter #13

Open abhipaiangle opened 3 years ago

abhipaiangle commented 3 years ago

Bug Description

In the chatbox, after writing the message if you press enter, the message is not sent and you have to click the send button with cursor to send it.

To Reproduce

Steps to reproduce the behavior:

  1. Log into the application
  2. Write a message and click enter

Expected behavior

Messages should be sent on clicking the enter button.

abhipaiangle commented 3 years ago

@p489 maybe you can fix this real quick. hint: include the text input and button under the form tag and make sure the design is unaffected.