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

feat(components/form/builder): use datalist from renderer prop #677

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

codemaoz90
Copy link
Contributor

@codemaoz90 codemaoz90 commented Dec 3, 2024

This PR allows using the nextDataList ( mapped datalist) provided in the renderer prop function if available otherwise, it will fall back to the original dataList.

This solves the problem of adding the leftAddon to datalist which comes from a microservice forms. To do this, we need to map the dataList and pass the image element to leftAddon

Screenshot
image

@codemaoz90 codemaoz90 marked this pull request as ready for review December 3, 2024 12:43
@codemaoz90 codemaoz90 merged commit bce5f64 into master Dec 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants