required
Creates a validation function that checks the existence of an input.
const validate = required(error);
Parameter
error
string
Return
validate
(value:
FieldValue |
) =>number
[]string
Creates a validation function that checks the existence of an input.
const validate = required(error);
error
string
validate
(value: FieldValue | number
[]
) => string