Display invalid data in form #4552
shodhansave
started this conversation in
General
Replies: 0 comments
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 store the
formData
in a database that can be changed via multiple actors. When this data is modified in such a way that it becomes invalid as per it's schema, I would still like to load it in the rjsf form and display the errors.But in this example - invalid data is not displayed on the form (see
age
in it). If you inspect the element you can see the invalid data invalue
attribute, and also the error saysAge must be integer
.Is there a way in which I can make the invalid data visible in the form?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions