TextInputCreator

Functions

Link copied to clipboard

Creates the text input.

Link copied to clipboard

Sets the pre-filled value for this component; max 4000 characters

Link copied to clipboard
abstract fun setMaxLength(max: Int): TextInputCreator

Sets the maximum length of the text input. max 4000

Link copied to clipboard
abstract fun setMinLength(min: Int): TextInputCreator

Sets the minimum length of the text input.

Link copied to clipboard
abstract fun setPlaceholder(placeholder: String): TextInputCreator

Sets the placeholder for this component; max 4000 characters

Link copied to clipboard
abstract fun setRequired(required: Boolean): TextInputCreator

Sets weather the text input is required.