android-edittext-validator icon indicating copy to clipboard operation
android-edittext-validator copied to clipboard

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.

Results 5 android-edittext-validator issues
Sort by recently updated
recently updated
newest added

Hi and thanks for this lib :) When I want to put it on my project, I have this error : **Failed to resolve: com.andreabaccega:android-edittext-validator:1.3.0 Show in File Show in...

Please create ValidatingEditTextPreference for android.support.v7.preference.EditTextPreference

I have the FormEditText wrapped in the TextInputLayout class if that matters. Whenever I test the validation, the error or the exclamation mark don't show. I have to manually focus...