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