setHelperText

open fun setHelperText(@Nullable helperText: CharSequence)

Sets a helper message that will be displayed below the EditText. If the helper is null, the helper text functionality will be disabled and the helper message will be hidden.

If the helper text functionality has not been enabled via setHelperTextEnabled, then it will be automatically enabled if helper is not empty.

Parameters

helperText

Helper text to display

See also