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
@lucas-jc I can reproduce the issue. At first it does not look like an RJSF bug but it definitely is because the error only occurs after modifying the data in the field, even when the formData looks the same in the playground. I wonder if there's some stale cache issue. We might need some help debugging this one with the limited time we maintainers have.
Hi @nickgros , thank you for the feedback. I found the root cause after debugging the Form component, it is receiving "undefined" in formData when I type something, remove and submit. Do you have any suggestion to resolve it?
Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
The validation of the property with pattern is failing, even when it is empty.
Expected Behavior
The validation should pass in this scenario.
Steps To Reproduce
Environment
React Json Schema Playground environment - https://rjsf-team.github.io/react-jsonschema-form
Anything else?
The text was updated successfully, but these errors were encountered: