Is there option to add comboBox to GenericFilter?

In cuba platform there was cobobox automatically added instead of entity lookup.
Is there way how to have this functionality in v2 jmix?

Hi!

You need to use entity-field-fqn application property.
For example:

jmix.ui.component.entity-field-fqn.User=io.jmix.flowui.component.combobox.EntityComboBox

Result:
image

Documentation link: UI Properties :: Jmix Documentation

Best regards,
Dmitriy

This was partially helpfull, thank you.
Now filter has changed but does not contain any options, even the arrow down is missing. Any idea how to solve this?

(resolved, i only needed to refresh saved setting of filter)