Utility method to generate default formData based on schema ? #4166
Unanswered
naveen8801
asked this question in
Q&A
Replies: 1 comment
-
As far as I can tell, that method does not support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a scenario where I want to generate default formData based on the schema, after some research I found a utility method named
getDefaultFormState
which is working fine for all the attributes present inside theproperties
key of the schema but I've a schema in whichallOf
is present at properties level and for that schema mentioned method is ignoring defaults present inside allOfIs there any work around for this ?
Beta Was this translation helpful? Give feedback.
All reactions