@rjsf/antd
Advanced tools
Changelog
5.18.5
target
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlersdefault
values in additionalProperties
in #4199, fixing #3195target
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlerstarget
in onFocus
and onBlur
handlersChangelog
5.18.3
peerDependencies
react
to 18.x
custom-widgets-fields.md
in the documentationLICENSE.md
to include the proper copyright dates and ownerChangelog
5.18.2
Changelog
5.18.0
SelectWidget
and BaseInputTemplate
to filter out errorSchema
and autocomplete
from the textFieldProps
being spread onto the TextField
, fixing #4134skipEmptyDefault
option in emptyObjectFields
, fixing #3880computeSkipPopulate
option in arrayMinItems
, allowing custom logic to skip populating arrays with default values, implementing #4121."\</strong>"
would get printed next to filenames when uploading files, and restored intended bolding of filenames fixing #4120.skipEmptyDefault
option.Form
in usage documentation - fixing #4127Changelog
5.17.1
UiSchema
"ui:rows"
option for textarea
elements, fixing #4070.errorSchema
to ArrayFieldTemplate
props.base64
object from the @rjsf/utils
package. Note that this is a breaking change if you relied on the base64
object exported by @rjsf/utils
. Since this change caused #4080, and was only internally used by playground code, we are shipping this change in a patch release.errorSchema
to the ArrayFieldTemplateProps
type.base64
encoder/decoder object to the Playground package.Changelog
5.17.0
anyOf
/oneOf
in uiSchema
s in the MultiSchemaField
, fixing #4039base64
to support encoding
and decoding
using the UTF-8
charset to support the characters out of the Latin1
range.enumOptionsValueForIndex()
to fix issue that filtered enum options with a value that was 0, fixing #4067atob
and btoa
) to invoke the functions from the new base64
object in @rjsf/utils
.uiSchema.md
documentation to describe how to use the new anyOf
/oneOf
supportChangelog
5.16.0
dateElementProps
function implementation, and replaced it with getDateElementProps
from @rjsf/utils
.format: "data-url"
in FileWidget
, fixing #3957.dateElementProps
function implementation, and replaced it with getDateElementProps
from @rjsf/utils
.dateElementProps
function implementation, and replaced it with getDateElementProps
from @rjsf/utils
.FieldErrorTemplate
and FieldHelpTemplate
to support html-based errors that cause <xxxx> cannot appear as a descendant of <p>
browser warnings, fixing #4031getDateElementProps()
to refactor duplicate function in core
, antd
& chakra-ui
AltDateWidget's source code. The same function, implements the feature requested in #297