Textarea

Textareas collect longer-form text content. Use them when a single-line input would be too restrictive — descriptions, comments, messages, or any content where line breaks matter.

Usage Guidelines

Do

Use textarea for multi-line content like descriptions, comments, or notes.

Don't

Don't use textarea for short inputs like names or emails. A regular input is more appropriate.

Source Code