backpack
backpack copied to clipboard
messaging: shift+enter should allow me to enter a newline in the message box
Right now it just sends the message
and this one also
I can see this issue has been assigned but I would like to add my contribution here just in case it would be helpful. I think the behavior mentioned by @armaniferrante is because the input box is of type input, hence there is no way to enter a new line. A common way to solve this would be to use a textarea tag instead