Yup: Validating Array of Strings That Can Be Empty

前端 未结 0 1850
萌比男神i
萌比男神i 2020-12-06 22:16

I have the following as a form field type for Formik:

interface FormFields {
  groups: string[];
}

I\'m trying to pass a Yup schema that will

相关标签:
回答
  • 消灭零回复
提交回复
热议问题