ragunathjawahar / android-saripaar

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

Validate 2 fields if they are equal 0 #209

Open RobsonRocha opened 6 years ago

RobsonRocha commented 6 years ago

Hi! I like very much your work. I'd like to know if is there a possibility to validate two field with this rule: if (chipAmount == 0 and chargeValue == 0) throws ... How can I do this kind of rule using saripaar?

Thank you!!! Robson Rocha