android-saripaar
android-saripaar copied to clipboard
UI form validation library for Android
can I change error color appears on edittext ?
I am using 3 validtion on one EditText. When the validation is completed, I use `getCollatedErrorMessage` function, but that function return 3 error (3 error appended). I want the function...
I'm really struggling to recreate this validation issue where some somehow the ValidatorContext losses context. Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.mobsandgeeks.saripaar.ValidationContext.setViewRulesMap(java.util.Map)' on a null object reference...
In my case, I would like to check if the first Edittext matches with the second Edittext. But for this case, I can't use the @ConfirmPassword annotation since this is...
validator's mValidationContext resolves to null as fragment is instance of app.fragment in latest release. How to use androix.fragment.app.fragment
thanks for your work. I want to modify the message layout,change color and size etc,but cant find where to do it.
maybe fail CI test, but I'll fix this file again
Add an additional "if" to ask if the "controller" was of the type "support" fragment, in cases where the "native fragment" is not used, doing this it is possible to...