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
On Thu, Aug 26, 2021 at 6:18 AM phungne ***@***.***> wrote:
Prerequisites
Can we config like that?
{ "properties": { "A": {}, "B": {} }, "anyOf": [{ "required" : ["A"] }, {
"required" : ["B"] }] }
Description
- I wanna required both fields A and B if user not input both
- And if user input field A or input field B=> validate success
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2525>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM4MX4EBFV6W3OZJYJMYGLT6YIGHANCNFSM5C3AVM4Q>
.
Prerequisites
Can we config like that?
{ "properties": { "A": {}, "B": {} }, "anyOf": [{ "required" : ["A"] }, { "required" : ["B"] }] }
Description
The text was updated successfully, but these errors were encountered: