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
Also (let me know if I should create a separate issue) I found that when setting defaultValue on Iterate.Array if it has a parent Form.Section with a path, it uses the Form.Section path and the Iterate path like /{formSectionPath}/{iteratePath}/{index}, but not when inserting elements into the array; when editing or pushing it becomes /{formSectionPath}/{index}/{fieldPath}.
Reprod: https://codesandbox.io/p/sandbox/iterate-path-issues-2r6fd5
🐛 Bug Report
When
Iterate.Array
is within aForm.Section
with a definedpath
, nothing happens when trying to add an item to to the array.Screen.Recording.2024-09-24.at.22.57.50.mov
To Reproduce
Steps to reproduce the behavior:
https://codesandbox.io/p/sandbox/iterate-form-section-path-wp3cs7
Expected behavior
Expect object to be added to the array if the object is valid.
Eufemia Version
10.50.0
The text was updated successfully, but these errors were encountered: