7
Form controls (e.g. FormStringControl) are normally white in view mode and grey in edit mode if the control is read-only. You can change its background color with backgroundColor() method, but then you cannot revert back to original white/grey behavior.
The idea is to allow reverting form control back to original background color and behavior, so you could use conditional coloring to indicate error, warning or other special meanings of control data.
Category: User Experience
STATUS DETAILS
Needs Votes