defect
(User-visible)
minor
#27516
Beacon fields display huge icon in "immutable" status in Dezent theme
Modern Theme: (In the middle of the screenshot)
Subtle Theme:
Cause
For example, in the Subtle theme, there is a CSS selector `cBeacon input` that sets the width and height of the input field to 16px. In the case of `immutable`, an `img` element is displayed instead of an input field. Since no size is defined for this field, it is displayed at its "maximum" size.
Test
Launch the demo application, switch the theme to “Subtle-Modern,” and then navigate to the Technical Demo > Layout Framework 1 > Forms > Form Controls (inline) view. The value of the `beaconControl-complexField` attribute should be displayed at a size of 16px in the “immutable” case.