Potential 1.4 bug: entitypicker not usable

Hi,
I have created an entitypicker with 1.4 incubation. The widget seems like a textfield and it has no button to choose the entity to pick.
Is it a bug?
Thanks,
Mario

Hi,

It’s not a bug. You have to define actions for the EntityPicker component, e.g.:

<entityComboBox id="categoryField" property="category"
                itemsContainer="categoriesDc">
    <actions>
        <action id="entityLookup" type="entity_lookup"/>
        <action id="entityClear" type="entity_clear"/>
    </actions>
</entityComboBox>

Gleb

In 1.3 was not mandatory you had defaults actions.

Considering your other themes, I’m assuming you’re currently experimenting with the Flow UI. The functionality you’re pointing is available for the classic UI and exist only for compatibility reasons with CUBA.