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