Components
Multiline inputs for text.
ThumbprintTextArea
is a multi-line ThumbprintEditText. For iOS and web parity, this is referred to as a Text Area. Since ThumbprintTextArea
inherits from ThumbprintEditTextBase
, it shares common properties with ThumbprintTextInput
.
The following states are available for inputs: Default, selected, filled, disabled, and error.
The following are the new attributes added on top of Andriod’s default EditText:
hasError
: Boolean. Indicates whether the Text Area is currently in an error state.isDisabled
: Boolean. Indicates whether the Text Area is currently in a disabled state.state
: Boolean. Returns the current state of the Text Area. Can not be set.