@rjsf/bootstrap-4
- Updated the
AltDateTimeWidget
in@rjsf/core
to addclassName="list-inline-item"
to theLI
tags
@rjsf/chakra-ui
- Fixed the
SelectWidget
to allow the proper display of the selected value, fixing #3422
@rjsf/core
- Fixed
Form
to remove passingexcludeObjectChildren
togetDefaultFormState()
, fixing #3424 and #675 - Added new feature prop
focusOnFirstError
, that if true, will cause the first field with an error to be focused on when a submit has errors
@rjsf/utils
- Updated
computeDefaults()
to fix additionalProperties defaults not being propagated, fixing #2593- Also made sure to properly deal with empty
anyOf
/oneOf
lists by simply returning undefined - Add support for adding an empty object when that object is marked as required in a schema
- Also made sure to properly deal with empty
Dev / docs / playground
- Updated the playground to add a control for
focusOnFirstError
and theform-props
documentation for it as well