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
if number id not valid then how to set error message
my previous field was showing error as
phoneNumber.setError(getString(R.string.error_invalid_phone));
The text was updated successfully, but these errors were encountered:
enclose this IntlPhoneInput view in TextInputLayout. And then use the error showing mechanism of the TextInputLayout. I have used it and it is working quite well. If you face any problem ping back. Happy coding :) @nisarkhalid
if number id not valid then how to set error message
my previous field was showing error as
phoneNumber.setError(getString(R.string.error_invalid_phone));
The text was updated successfully, but these errors were encountered: