Input element
This element is a simple input field. See the Type property, below, for details of the input types.
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
LabelAn optional element label.For more details, see the Size property, below.Width
Fit (see examples)Sets the width according to the combination of the Size and Label properties. Fill (see examples)Uses all of the available width.For more information, see Element distribution. PlaceholderAn optional text, displayed when the user has not entered any input, to hint what data the user should enter.Placeholder is never displayed if the Type property is Number.If the placeholder text is longer than the element can accomodate, it is truncated.Size
DefaultStandard height and width, with the label inside the field.If Label is longer than the default element width can accomodate, the label is truncated. (see examples) SmallReduced height and width, with the label located above the field.If Label is longer than the default element width can accomodate, the element width increases accordingly. (see examples)Type
TextAccepts entry of single-line alphanumeric input. TextareaA resizable text input that can contain multiple lines. NumberOnly accepts rational numbers.Note
You can optionally specify the minimum and maximum permitted values.
Examples
Width=Fill examples

Width=Fit examples

Long label examples
