Textarea

Ready

A textarea allows the users enter a multi-line, free-form text.

Usage

  • Use the textarea when users need to enter text longer than a single line.
  • Avoid using the textarea when complex questions can break up in simpler ones.

Contents