Bruno17 / MIGX

MIGX for revo 2.2 and above
85 stars 78 forks source link

Fix multivalue fields in rederChunk by converting from array to string #409

Open atorockio opened 1 year ago

atorockio commented 1 year ago

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