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
Updated Form to include the top disabled property in the ui:submitButtonOptions so the submit button will be disabled when the whole form is disabled. Fixes #3264.
@rjsf/utils
Added protections against infinite recursion of $refs for the toIdSchema(), toPathSchema() and getDefaultFormState() functions, fixing #3560
Updated getDefaultFormState() to handle object-based additionalProperties with defaults using formData in addition to values contained in a default object, fixing #2593
Updated internal helper withExactlyOneSubschema() inside of retrieveSchema() to use the isValid() function rather than validateFormData() when determining the one-of branch
Dev / docs / playground
Refactored some parts of playground to make it cleaner
This includes fixing the spelling of the disabled flag being passed into the Form from the incorrect disable spelling
Formatted the entire monorepo which included 6 unformatted files outside of playground
Removed react-app-polyfill package from playgound. This ends IE11 support