Options data container for ComboBox

Hi
How can I use nested collection in comboBox like we have in legacy platform (CUBA) called OptionsContainer?
image

 <form id="form" dataContainer="operatingLocCompanyDc">
            <column width="350px">
                <comboBox id="companyField" property="company"  >
                </comboBox>
                <checkBox id="activeField" property="active"/>
            </column>
        </form>

Perhaps you should use EntityComboBox.

@krivopustov - have a look at lookupFields in CUBA changed to non-working comboBoxes in Jmix -? - #2 by mortoza_khan - the migrator turned lookupField into broken comboBox - perhaps the migrator should use this EntityComboBox instead?

1 Like

@modemmisuser - thanks, we’ll take a look.

1 Like