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 tried multiple ways but cannot get this to work. When a single item is selected against my schema it does not validate and complains about making it nullable. When I have 2+ items then it works successfully. I can get this to work using building the Yup schema natively but cannot figure out how to get it work the JSON Schema.
The text was updated successfully, but these errors were encountered:
There are still a few limitations with this library. I was counting on the community to chip in with extensions. Why I've tried to make this library easy to extend and customize. I'd like to see your concrete test case, then we can work from there.
I have tried multiple ways but cannot get this to work. When a single item is selected against my schema it does not validate and complains about making it
nullable
. When I have 2+ items then it works successfully. I can get this to work using building theYup
schema natively but cannot figure out how to get it work the JSON Schema.The text was updated successfully, but these errors were encountered: