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
Fixed the SelectWidget so that filtering works by reworking how options are passed to the underlying Select
@rjsf/core
Replaced the deprecated UNSAFE_componentWillReceiveProps() method in the Form.tsx component with an improved solution utilizing the React lifecycle methods: getSnapshotBeforeUpdate() and componentDidUpdate(). Fixing #1794
Fixed the ArrayField implementation to never pass an undefined schema for fixed arrays to other methods, fixing #3924
Fixed a refresh issue in getSnapshotBeforeUpdate() caused by the fix for #1794, fixing #3927
@rjsf/utils
Updated toPathSchemaInternal() util to generate correct path schemas for fixed arrays by picking up individual schemas in the items array, fixing #3909