react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

validate a field based on some other field value?

Open ramsestom opened this issue 8 years ago • 0 comments

Is it possible to use another field value into a field validation function? For example, suppose you have a password field and a password confirmation field in your form. Is it possible, in the password confirmation field validation function to check that it's value do match the one of the password field?

ramsestom avatar Aug 04 '17 17:08 ramsestom