Skip to content

Limit

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.

The input field argument limit accepts the following value configurations.

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

The input field argument limit can be used on the following input fields.

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