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