Multi-Line Text Options Object

The “Multi-line text” parameter controls text area form when a larger textual value must be captured. The value type is string.

Field
Type
Description

name

string

Label of a widget.

Example: Description

placeholderText

string

Provides default text within the control when no selection is not made.

Example: Product extended information

hintText

string

Provides help text describing what value is expected in control.

Example: Add product data

defaultValue

string

(optional) Default value.

Example: Expensive product

minChar

int

(optional) Defines minimum length of characters.

Example: 3

maxChar

int

(optional) Defines maximum length of characters. Example: 100

Example

{
  "name": "description",
  "placeholderText": "product description",
  "hintText": "add product data",
  "minChar": 10,
  "maxChar": 20
}

Value Example

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."

Last updated

Was this helpful?