Skip to content

Limit Argument

Identifier limit
Allows Multiple false

The limit argument allows you to limit the length of a value that can be entered in the text, textArea, and list input fields. The value passed to this argument must be a number.

Values

The input field argument limit accepts the following value configurations.

  • limit(value: number)
    • value is a character limit for text fields

Allowed Input Fields

The input field argument limit is allowed in the following input fields.

Examples

INPUT[text(limit(10)):bind_target]