Textarea field

#Overview

Textarea fields allows for multi-line input, making it ideal for detailed feedback, comments, or any information that requires more space than a standard single-line input field.

image-20260527-091438.png

#Use cases

Typical use cases include:

  • Detailed feedback, comments, or suggestions

  • Description or summary fields requiring multiple sentences

  • Notes, instructions, or additional context

  • Bug reproduction steps or error messages

  • Free-form explanations, justifications, or open-ended responses

#Configuration

You have the following options available when using the text input macro:

image-20260527-091241.png

Setting

Recommendation

Notes

ID

Use a stable, meaningful internal identifier.

Avoid renaming once the field is used in filters, reports, or templates.

Label

Use clear user-facing wording.

For example: Description, Additional comments, or Notes.

Required

Enable only when the value is essential.

If enabled, provide a clear label and help text so users know what to enter.

Placeholder

Add an example or prompt to guide the user.

For example: Describe the issue in detail, including any steps to reproduce.