StanfordHCI / bang

💥 Helping people meet for the first time, more than once 💥
MIT License
2 stars 1 forks source link

Textbox does not support multi-line. #511

Open xehu opened 4 years ago

xehu commented 4 years ago

There are two reported flaws with text boxes in surveys, both stemming from the need to have multiple lines.

  1. When you press enter, instead of getting a new line (which you expect), you go to the next question. This means that if the last question in the survey is a text question, you end up inadvertently submitting the survey early. This resulted in a lot of anxiety from users, who then emailed me about the problem.
  2. It is not possible, apparently, to have multiple lines in a textbox.
markwhiting commented 4 years ago

Sounds like the easiest fix would be to make it so that return does not trigger the submit button?