jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Read only field shows required state

Open Flaurite opened this issue 1 year ago • 0 comments

Environment

Jmix version: 2.2.0

Bug Description

The required state is always shown even for read only fields.

Steps To Reproduce

  1. Add to some view:
<textField required="true" readOnly="true"/>
  1. Launch the application

Current Behavior

The field shows required state, but we cannot edit value since field is read only. image

Expected Behavior

The error state should not be shown in read only mode

Flaurite avatar Mar 14 '24 08:03 Flaurite