| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.4.2 source code.tar.gz | 2026-03-28 | 5.4 MB | |
| 6.4.2 source code.zip | 2026-03-28 | 6.1 MB | |
| README.md | 2026-03-28 | 968 Bytes | |
| Totals: 3 Items | 11.6 MB | 0 | |
@rjsf/antd
- Forward
requiredtoBaseInputTemplateso that required string and number fields render the HTMLrequiredattribute, fixing #3743
@rjsf/core
- Fixed a breaking change introduced in v6.4.0 where array properties with enum items no longer used
ui:enumNamesfrom the array property's uiSchema (#4985) - Passed
parentUiSchematoArrayFieldItemto maintainuiSchema, this prop was introduced recently but was not being passed - Fixed
extraErrorsnot displaying whencustomErrorsare also present (e.g., with array fields and controlledformData), fixing #4982
Dev / docs / playground
- Fixed scrolling of Monaco editors in the playground, fixing #4992