ComboBox creating relation ManyToOne

Hi,
when i create e new filed with relation ManyToOne, by default, the descriptor contains EntityPicker Component.
Is possible to have a combo box or entity Combo Box in design mode?
Usually this object require a combo box and not an entity picker, is possible to define a defaul object?

Thank you

Hi, @cesena

You can use an entity combo box instead of an entity picker in your project. However, it is not possible to configure in Jmix Studio which component should be added to a view.

Regards,
Maria.

Hi Bruno

In the application properties you can define the FQN for any entity like this

# Specify the fully qualified class name (FQN) as the property value
#   To use entityComboBox for selecting the TCollection entity, set the property as follows
jmix.ui.component.entity-field-fqn.TCollection = io.jmix.flowui.component.combobox.EntityComboBox

This could help you.

Regards
Felix