ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

Can't validate empty textview after fetch contacts data #234

Open ojanh opened 5 years ago

ojanh commented 5 years ago

hi, i just validate some field textview and edit text. 2 textview validate using "@notempty" annotation and one field edit ext which is filled with phone number and validate it with "@length" annotation.

when i've done fetch phone number from contacts intent, i called validator.validate(). and it's success (called method OnValidationSucceeded()), which is 2 textview is empty, which is I use "@notempty" annotation, not as i expected

Can anyone help with this problem? thx.