new update broke radiobuttons layout

new update broke radiobuttons layout

It seems that the new update in Zoho Creator, with multiple columns layout for ckeckboxes and radiobuttons, just broke something important.
Just an example. I have in a form some radiobuttons:


Nothing special here. I add the following code at on form load, in order to make "Andet" the last record. The fields is named.

Copy code
  1. instType  =  Institutionstype  [Institutionstype != "Andet"] sort by  Institutionstype ;
  2. InstTypeField = instType.Institutionstype.getall();
  3. InstTypeField.add("Andet");
  4. Institutionstype:ui.add(InstTypeField);

The field display was changed a lot, see below:




Please fix this asap - it simply breaks the look of many forms in my client's applications if updating by script brings this undesired result.

Regards,
George