Input element
This element is a simple input field. The user inputs a single- or multi-line text, or a number.
Properties
IDElement identifier. Field typeSpecifies what kind of data this element represents.Note
This property is only available in the CyberApp enablement form and the Customer enablement form.
IdentityThe field contains an identity, registered in your service, such as username, API client identifier, etc.The identity is sent in theX-CyberApp-Auth
header of the callback request as plain text.Connection settings indicates that this information will be sent to the ISV servers but does not need to uniquely identify a user and is not sensitive information that must be stored and sent in a special way.
Additional settings
LabelElement label name, as it appears on the UI.Width
FullUses 100% of the available width. FitAdjusts the width according to the content. Size
DefaultRenders larger input with the label inside. SmallRenders thinner input with the label outside.Type
TextSingle-line alphanumeric input. TextareaA resizable text input that may contain multiple lines. NumberOnly permits numeric literals (digits from 0 to 9, a sign character and a decimal point).Note
Number element type allows you to optionally specify the minimum and maximum values.