Problem/Motivation
By fixing #2866383: Readonly doesn't work on #States there is a lack of the visually indication if a field is readonly.
I think we should use the disabled
state or introduce a new visual guide.
Steps to reproduce
Add readonly
to any textfield
nothing change
Proposed resolution
Add a new css selector for apply disabled
to readonly style.
.form-element[disabled],
.form-element[readonly]
Remaining tasks
User interface changes
Supporting readonly
state along with disabeld
state by indicating the user there is something special with the field like no editing possibility.
API changes
-
Data model changes
-
Release notes snippet
-