jmix
jmix copied to clipboard
Read only actions for picker fields in Jmix 2
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
Possible solution:
- Don't hide actions slot at all
- An interface similar to
AdjustWhenReadOnlyViewis required, e.g.AdjustWhenReadOnlyField.
That would be really helpful! I like to avoid the Java code I currently use for this!