Properties

Properties for Input control

The configuration is divided in four blocks, config, ui, schema & data where each block has its own tab below.

See the Example tabs for a full examples.

Control type: Input

Name
Description
Default
Mandatory

required

Must have a value when leaving the step. true/false

false

readonly

Open to edit by enduser. true/false

false

type

Type of input value. Valid JSON types are: string, number, integer, boolean.

"string"

Special notes for config.type and schema.format properties

The 'config.type' determines how the control is displayed in the view.

For the type 'string' the field can be validated before it is sent to the pipe or next step. The 'strict' validation is recommended as it blocks several common special characters not suitable for Pipe/Valve data handling. Postal is post address.

Last updated