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
What is the current behavior?
Right now we pass a transformErrors function to the RJSF Form component which updates the error object
(e.g. for drafts we remove "require field" error to allow saving even when no required fields are there, etc )
We should only pass the transformError function we have already for draft editor only, and make possible to pass as prop in the /forms/Form.js component
The text was updated successfully, but these errors were encountered:
Bug report
What is the current behavior?
Right now we pass a
transformErrors
function to the RJSF Form component which updates the error object(e.g. for drafts we remove "require field" error to allow saving even when no required fields are there, etc )
We should only pass the
transformError
function we have already for draft editor only, and make possible to pass as prop in the/forms/Form.js
componentThe text was updated successfully, but these errors were encountered: