Input

protected constructor(id: String, label: TitleItem.DefaultTitleItem, hintText: String? = null, required: Boolean? = false, inputType: Input.InputType)

Parameters

id

The unique identifier for this input.

label

The TitleItem of this input.

hintText

The text to help explain the purpose of the input.

required

Determines whether this input is required for the form.

inputType

The InputType data type of the input.