Validates that the specified value is filled (i.e. not blank).
useForm(({ required }) => ({ passwordConfirmation: [required()] }));
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is filled (i.e. not blank).
useForm(({ required }) => ({ passwordConfirmation: [required()] }));