Ilhasoft / data-binding-validator

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

Add attribute showErrorMessage to allow validation whilst not showing the message #14

Open molexx opened 7 years ago

molexx commented 7 years ago

Implements functionality requested in #13

The new attribute's expression must resolve to false to have any effect, backward compatibility is maintained for projects that don't mention the attribute.