@rjsf/core
- Updated
ObjectField
to remove thename
from the path passed toonChange()
callback inhandleAddClick()
andonDropPropertyClick()
, fixing #4763 - Updated
Form
to restore the passing of an empty string forname
to avoid accidentally showing it as the title for the whole schema
@rjsf/shadcn
- Update
ArrayFieldItemTemplate
to align buttons with the input field, fixing #4753