Radio & Checkbox options lose horizontal layout setup via Item Width
The select control options which are set dynamically via business rule loose their "item width" formatting. So after the rule executes to set new options dynamically the options all go back to vertical layout.
-
This is a product ticket #8929 in v4.1.x and v5.1.x where item width property does not work for dynamically set options. We hope to solve this soon.
The work-around is to use a custom theme. Add the following CSS class to your themes form.css in v4.1.x or custom.css in v5.1.x:
.l-control-vertical .column2.f-select .f-select-item,
.l-control-vertical .column2.f-select1 .f-select-item {
width:30%;
}
Then add "column2" to the cssclass property of your select control (radio, checkbox). This will act as if you set 30% on the item width property directly in the form designer.0
Please sign in to leave a comment.
Comments
1 comment