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 multivalue fields in rederChunk by converting from array to string #409

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

atorockio
Copy link

In renderChunk function, convert fields that are stored as arrays to strings for displaying in renderChunk. This fixes an issue where placeholders for multi value fields (listbox-multiselect and checkboxes) do not display when they have more than one value because they are passed as an array.

Fixes #334 and #281

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.

Hello! The migx problem in the renderChunk method was found and fixed. Push to release!
1 participant