shouldShowError

abstract fun shouldShowError(hasFocus: Boolean): Boolean

Indicate if this is an error that should be displayed to the user. This cannot be used to determine if the field is valid or not because there are some cases such as incomplete or blank where the error is not displayed, but also not valid.