You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I have some problems, can I show error use TextInputLayout error attribute without custom using setOnErrorValidatorListiner?
your default use the edit text error attribe it's not match with my design UI.
thanks
The text was updated successfully, but these errors were encountered:
sheenValidator.setOnErrorValidatorListener { list ->
list.forEach {
when(it.id){
R.id.txt_username -> til_username.error = "Oops!... looks like your username is not valid"
R.id.txt_password -> til_password.error = "Hmm... password is required"
}
}
}
Hi, great package.
thanks a lot for creating this package.
but I have some problems, can I show error use TextInputLayout error attribute without custom using setOnErrorValidatorListiner?
your default use the edit text error attribe it's not match with my design UI.
thanks
The text was updated successfully, but these errors were encountered: