Ilhasoft / data-binding-validator

Android fields validation library based on data binding adapters.
Apache License 2.0
344 stars 53 forks source link

Should also validate blank fields. #39

Open ashu5398 opened 3 years ago

ashu5398 commented 3 years ago

Spaces only in a field pass validateEmpty rule so there should also be a new validateBlank rule that can be applied on a field if spaces only are not allowed. Let me know if you want me to make a PR for the same.