Comment Question Schema Properties
A multi-line text area question for longer responses.
Element type: comment
Key properties: 6
Generation Hints
Section titled “Generation Hints”- 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 }Key Properties
Section titled “Key Properties”placeholder
Section titled “placeholder”- 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.
autoGrow
Section titled “autoGrow”- Type:
boolean - Default:
—
Specifies whether the comment area automatically increases its height to accomodate multi-line content.
allowResize
Section titled “allowResize”- Type:
boolean - Default:
—
Specifies whether to display a resize handle for the comment area.
maxLength
Section titled “maxLength”- Type:
number - Default:
-1
The maximum text length measured in characters. Assign 0 if the length should be unlimited.
textUpdateMode
Section titled “textUpdateMode”- Type:
string - Default:
"default" - Allowed values:
default,onBlur,onTyping
Specifies when to update the question value.
Shared Properties
Section titled “Shared Properties”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.