Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

277
Vistas
Conditional Validation in Yup Formik React

I am trying to add conditional validations for a field that exists is a part of one form but is not for the other.

This is my custom validation of yup.

export const validationSchema = Yup.object({
  id: Yup.string(),
  name: Yup.string().required('required'),
  level: Yup.object().when('$exist', {
    is: (exist) => exist,
    then: Yup.object().typeError('required').required('required'),
    otherwise: Yup.object(),
  }),
});

In the case where the field is not present it is working fine as it should be. But the validation doesn't work when the field actually exists in the Formik form it returns with an error

level must be a object type, but the field value was null. If "null" is intended as an empty value be sure to mark the schema as nullable()"

I want to make my "level" validation work for one case and not for the other

about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda