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
Field data inside an array can't be set to empty when a default value is set and mergeDefaultsIntoFormData is set to 'useFormDataIfPresent'. This issue only occurs when the field is directly an item of the array field. In any other cases field data can be set to an empty value.
Expected Behavior
Fields data inside an array can be set to empty when a default is set.
Prerequisites
What theme are you using?
core
Version
5.24.1
Current Behavior
Field data inside an array can't be set to empty when a default value is set and
mergeDefaultsIntoFormData
is set to'useFormDataIfPresent'
. This issue only occurs when the field is directly an item of the array field. In any other cases field data can be set to an empty value.Expected Behavior
Fields data inside an array can be set to empty when a default is set.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: