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
Fix behaviour of arrays with minItems and default (rjsf-team#663)
Fix bug whereby defaults in an array were munged together and added to extra item's formData. Behaviour now is to fill the array with the object level default array, and then add extra items up to minItems. These extra items will be either empty or the item-level default. Added demonstration of this in the Arrays tab of the playground.
0 commit comments