TextFormConfiguration

Types

Link copied to clipboard

Properties

Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val maxLength: Int
The maximum number of characters allowed in this text field (0 = unlimited).
Link copied to clipboard
The rich text content (with XML formatting) for this text form field.
Link copied to clipboard
The plain text content for this text form field.

Functions

Link copied to clipboard
open fun isMultiLine(): Boolean
Returns whether text is allowed to have multiple lines or not.
Link copied to clipboard
open fun isPassword(): Boolean
Returns whether text is intended for entering a secure password that should not be visible on the screen.
Link copied to clipboard
Returns whether text entered in the field shall be spell-checked.