OptionaldefaultThe default text value
OptionaldescriptionA longer description/summary/notes for this field
The unique id of this input field within the input group
OptionalisA companion expression to check whether this input should be visible, based on the current options selections within the input group
This is the same syntax as other expressions written inside of Comapnion.
You can access a value of the current options using $(options:some_field_id).
This does not support the isVisibleData property, let us know if you need this.
The label of the field
OptionalregexA regex to use to inform the user if the current input is valid. Note: values may not conform to this, it is a visual hint only
OptionaltooltipA hover tooltip for this field
The type of this input field
A basic text input field
Example