Skip to content

Comment Question Schema Properties

A multi-line text area question for longer responses.

Element type: comment Key properties: 6

  • Aliases: long answer, textarea, paragraph text, multi-line input.
  • Use when: collecting free-form text longer than one line.
  • Recommended properties: type, name, title, placeholder, rows, autoGrow, isRequired.
{ "type": "comment", "name": "details", "title": "Describe the issue", "rows": 5 }

  • Type: string
  • Default:
  • Localizable: Yes

A placeholder for the input field.

  • Type: number
  • Default: 4

Specifies the visible height of the comment area, measured in lines.

  • Type: boolean
  • Default:

Specifies whether the comment area automatically increases its height to accomodate multi-line content.

  • Type: boolean
  • Default:

Specifies whether to display a resize handle for the comment area.

  • Type: number
  • Default: -1

The maximum text length measured in characters. Assign 0 if the length should be unlimited.

  • Type: string
  • Default: "default"
  • Allowed values: default, onBlur, onTyping

Specifies when to update the question value.

This page lists only properties that are specific to this element type or especially important for generation.

  • Use Shared Question Properties for common fields such as name, title, description, isRequired, requiredIf, visibleIf, enableIf, readOnly, defaultValue, validators, width, and layout options.