Choose Placement for Labels for CX-Picker and Single and Multiselect Fixed Choice List Pickers
Now you can choose where the labels for CX Picker and Single and Multiselect Fixed Choice List Pickers should be displayed on a dynamic form. This can be done by adding a labelEdge property for these components. This can take values like top, inside, none or start. Or you can also specify the value as [$labelEdge] to pick the value specified in the containing form element.
This makes the labels in the form show up consistently giving a better look and feel for a superior user experience.
Steps to Enable
Add the following new parameter in the Dynamic Choice List or Fixed Choice List template for which you want to change the labelEdge property. You can also provide a fixed value for this property top, inside, none or start.
<oj-vb-fragment-param name="labelEdge" value= "[[$labelEdge]]"></oj-vb-fragment-param>
Tips And Considerations
When not specified, the label shows up inside the picker text box.