Skip to content

Default Value Argument

Identifier defaultValue
Allows Multiple false

The defaultValue argument allows for the specification of a custom default value to which the bind target will be set, when there is no value present in the input field.

Values

The input field argument defaultValue accepts the following value configurations.

  • defaultValue(value: any)

Allowed Input Fields

The input field argument defaultValue is allowed in all input fields.

Examples

INPUT[number(defaultValue(-1)):bind_target]