Validates that the specified value is equal to another.
useForm(({ eq }) => ({ captcha: [eq("I'm not a bot")] }));
The expected value.
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is equal to another.
useForm(({ eq }) => ({ captcha: [eq("I'm not a bot")] }));