Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to configure width of ComboBoxItem inside a DynamicForm

    Hi All,

    Is there a way on how to configure the width of a comboboxItem that is inside a DynamicForm (form.setFields())? I've been trying to search for some information that might help but unfortunately I haven't found one. Currently, my dropdowns (comboboxItem) are dependent in the size of the column of the dynamic form. What I have to do is to set the width of the dropdown to it's longest value available.

    Would appreciate some inputs, tips, ideas and recommendations. Many thanks in advance.

    #2
    comboBoxItem.setPickListWidth()

    Comment

    Working...
    X