jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Read only actions for picker fields in Jmix 2

Open ghost opened this issue 1 year ago • 2 comments

It would be useful to be able to control which actions are visible in read-only mode for the following components:

EntityPicker MultiSelectComboBoxPicker ValuePicker MultiValuePicker EntityComboBox

Currently all actions are invisible in read-only mode

ghost avatar Apr 09 '24 09:04 ghost

Possible solution:

  1. Don't hide actions slot at all
  2. An interface similar to AdjustWhenReadOnlyView is required, e.g. AdjustWhenReadOnlyField.

glebfox avatar Apr 09 '24 09:04 glebfox

That would be really helpful! I like to avoid the Java code I currently use for this!

manuelhummler avatar Nov 19 '25 08:11 manuelhummler