Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When property is not getting added when Yup to Json #16

Open
skshivu opened this issue Apr 27, 2023 · 1 comment
Open

When property is not getting added when Yup to Json #16

skshivu opened this issue Apr 27, 2023 · 1 comment

Comments

@skshivu
Copy link

skshivu commented Apr 27, 2023

HI Team,

I am trying to get the below Json format

"RegistrationNumber": {
"type": "string",
"when": {
"SearchRegoOrManual": { "is": "RegistrationNumber", "then": { "required": true } },
},
}

by using yup.string().when("SearchRegoOrManual", {is: "RegistrationNumber". then : yup.number().required() })

but in the output we are getting the expected output.

Please help

@Raaghu
Copy link
Collaborator

Raaghu commented May 1, 2023

@DaddyWarbucks Could you please look into this Issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants