Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Forms): ensure transformData contains displayValue from fields inside Iterate #4526

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

tujoworker
Copy link
Member

@tujoworker tujoworker commented Feb 3, 2025

Note:

When using transformData with Iterate.Array, then it is important to exclude the entry from being transformed, because that is probably not what you want. You can do it with a type check or with a path !== 'myArray':

Screenshot 2025-02-03 at 13 46 08

Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eufemia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2025 0:45am

Copy link

codesandbox-ci bot commented Feb 3, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@tujoworker tujoworker merged commit cc67a19 into main Feb 3, 2025
11 checks passed
@tujoworker tujoworker deleted the fix/forms-displayValue-in-transformData branch February 3, 2025 13:03
tujoworker pushed a commit that referenced this pull request Feb 4, 2025
## [10.63.1](v10.63.0...v10.63.1) (2025-02-04)

### 🐛 Bug Fixes

* **Forms:** ensure `transformData` contains `displayValue` from fields inside Iterate ([#4526](#4526)) ([cc67a19](cc67a19)), closes [#4510](#4510)
@tujoworker
Copy link
Member Author

🎉 This PR is included in version 10.63.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants