Validates that the specified value is one of the list's item.
useForm(({ oneOf }) => ({ theme: [oneOf(["dark", "light"])] }));
The available list of values.
The validator options.
The validation object.
Generated using TypeDoc
Validates that the specified value is one of the list's item.
useForm(({ oneOf }) => ({ theme: [oneOf(["dark", "light"])] }));