Validates that the specified value is less than another.
useForm(({ lt }) => ({ bid: [lt(9999)] }));
The comparison value.
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is less than another.
useForm(({ lt }) => ({ bid: [lt(9999)] }));