MichaelCereda/react-native-form-generator

validate a field based on some other field value?

ramsestom opened this issue · 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?