setHelperText

fun setHelperText(helperText: String?)

Sets a helper message that will be displayed below the {@link EditText}. If the helperText 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(boolean), then it will be automatically enabled if helperText is not empty.

Parameters

helperText

Helper text to display

See also

#getHelperText()