TextInput
constructor(id: String, label: TitleItem.DefaultTitleItem, hintText: String? = null, required: Boolean? = false, textInputType: Input.TextInput.TextInputType? = TextInputType.Singleline, placeholder: String? = null, prefixText: String? = null, maximumCharacterCount: Int? = null, textContentType: Input.TextInput.TextContentType? = null, keyboardType: Input.TextInput.TextKeyboardType? = null)
Parameters
textInputType
The TextInputType type of text expected for this input.
placeholder
Placeholder text displayed to users.
prefixText
Text which is prefixed to the final output.
maximumCharacterCount
The maximum characters this text input accepts.
textContentType
The TextContentType content type for this input.
keyboardType
The suggested TextKeyboardType keyboard type which should be used to collect input from the user.