Relative Content

Tag Archive for vuejs3yup

Issue with Yup validation schema using conditional fields

I’m trying to set up a validation schema using Yup for a form that has two conditional fields: page_id and custom_link. The requirement is that one of these fields must be provided. If one is filled, the other can be null or empty.