Hi! When using EntityComboBox
or EntityPicker
with entity_open
action, I’m facing a problem. If I set the component to readOnly=true
, the entity_open
button disappears. I’m sure this is intended behavior, but I’d like to know if there is any way to prevent this from happening.
I was implementing a composite component with an EntityComboBox
and a button to mimic this functionality and it works fine, but is way more inconvenient and complex. Also I’d love to be able to override the default EntityComboBox
, but I think that it can only be done with an extended component and not with a composite one.
Thanks a lot for your help!
P.S.: I’m using Jmix 2.0.2