The default 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
The maximum value to allow Note: values may not conform to this, it is a visual hint only
The minimum value to allow Note: values may not conform to this, it is a visual hint only
OptionalstepThe step size for incrementing/decrementing the value
OptionaltooltipA hover tooltip for this field
The type of this input field
A number input field
Example