Required validation on ImageView
myeduapp opened this issue · 2 comments
myeduapp commented
I have used the library to validate Text-views in my android application.How to add Required validation for image view?(i.e if the image is not selected before submitting it should show error like profile image is required?).Is it possible to achieve by using this library?
thyrlian commented
Sorry, but this is not supported at the moment.
thyrlian commented
Now you can use CustomValidation
to achieve the goal :)