jmix
jmix copied to clipboard
Read only field shows required state
Environment
Jmix version: 2.2.0
Bug Description
The required state is always shown even for read only fields.
Steps To Reproduce
- Add to some view:
<textField required="true" readOnly="true"/>
- Launch the application
Current Behavior
The field shows required state, but we cannot edit value since field is read only.
Expected Behavior
The error state should not be shown in read only mode