Validates that the specified value is blank.
Blank means:
undefined
null
false
useForm(({ blank }) => ({ honeypot: [blank()] }));
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is blank.
Blank means:
undefined
null
false
useForm(({ blank }) => ({ honeypot: [blank()] }));