Validates that the specified value is greater than or equal to another.
useForm(({ gte }) => ({ age: gte(13) }));
The comparison value.
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is greater than or equal to another.
useForm(({ gte }) => ({ age: gte(13) }));