Validates that the specified value is not equal to another.
useForm(({ ne }) => ({ username: [ne("admin")] }));
The comparison value.
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is not equal to another.
useForm(({ ne }) => ({ username: [ne("admin")] }));