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
Forward required to BaseInputTemplate so that required string and number fields render the HTML required attribute, fixing #3743
@rjsf/core
Fixed a breaking change introduced in v6.4.0 where array properties with enum items no longer used ui:enumNames from the array property's uiSchema (#4985)
Passed parentUiSchema to ArrayFieldItem to maintain uiSchema, this prop was introduced recently but was not being passed
Fixed extraErrors not displaying when customErrors are also present (e.g., with array fields and controlled formData), fixing #4982
Dev / docs / playground
Fixed scrolling of Monaco editors in the playground, fixing #4992