Validates that two attributes have the same value.
useForm(({confirm}) => ({ passwordConfirmation: [confirm("password")] }));
The attribute that must be matched.
The validator options.
The validation object.
Generated using TypeDoc
Validates that two attributes have the same value.
useForm(({confirm}) => ({ passwordConfirmation: [confirm("password")] }));