Limit
Identifier | limit |
Allows Multiple | false |
Description
Section titled “Description”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
Section titled “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
Section titled “Allowed Input Fields”
The input field argument limit
can be used on the following input fields.
Examples
Section titled “Examples”INPUT[text(limit(10)):bind_target]