You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked at the examples provided that may showcase my question here?
Package version v10:
Issue, Question or Enhancement:
Field Field1 string validate:"required_without=Field2"``,url, if this field1 is empty, and field2 is not, the validation is failed
Error: Key: 'Field1' Error:Field validation for 'Field1' failed on the 'url' tag
Package version v10:
Issue, Question or Enhancement:
Field
Field1 string
validate:"required_without=Field2"``,url, if this field1 is empty, and field2 is not, the validation is failedError:
Key: 'Field1' Error:Field validation for 'Field1' failed on the 'url' tag
Code sample, to showcase or reproduce:
The text was updated successfully, but these errors were encountered: