You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When composing a message in the chatbot interface:
Shift + Enter works correctly to add a new line within the message.
However, if the user accidentally hits Enter on an empty message, the interface sends an empty message, which shouldn't happen.
Steps to Reproduce:
Navigate to the homepage
Press Shift + Enter to add a new line in the message input.
Press Enter to send the message.
The chatbot sends an empty message, instead of blocking or preventing the send action.
Expected Behavior:
The chatbot should not send an empty message when the input field is empty. Instead, it should:
Ignore the Enter keypress if the message is blank.
Preview
The text was updated successfully, but these errors were encountered:
Description:
When composing a message in the chatbot interface:
Shift + Enter works correctly to add a new line within the message.
However, if the user accidentally hits Enter on an empty message, the interface sends an empty message, which shouldn't happen.
Steps to Reproduce:
Expected Behavior:
The chatbot should not send an empty message when the input field is empty. Instead, it should:
Ignore the Enter keypress if the message is blank.
Preview
The text was updated successfully, but these errors were encountered: