cuba-platform / cuba

CUBA Platform is a high level framework for enterprise applications development
https://www.cuba-platform.com
Apache License 2.0
1.34k stars 219 forks source link

Read-only TimeField displays required indicator #3275

Open glebfox opened 2 years ago

glebfox commented 2 years ago

Case:

  1. Set $v-show-required-indicators: true; in the ***-default.scss (Helium has it enabled by default)

  2. Make required time field read-only:

    <timeField caption="TimeField" required="true" editable="false"/>
    <timeField required="true" editable="false"/>

AR:

Screenshot 2022-06-23 at 16 56 17

ER: No required indicator is shown same as for the other fields.