I have added enable conditions to some fields in a field editor. When the condition is met the field is enabled as expected but the item label color goes black. Fields that don’t have enable conditions have item labels colored blue from the theme that is set for the page. Adding CSS to the field editor and to the fields themselves does not work, the enabled field style overrides it. How can I retain the theme color for enable-condition-met fields?
Page 1 / 1
I’ve tried adding a custom field renderer java snippet:
var $ = skuid.$, field = argumentse0],
value = argumentsu1];
{
field.element.css({‘color’:‘#003767’});
skuid.ui.fieldRenderersdfield.metadata.displaytype]field.mode;
}
which effects the field value, how can I specify the field label?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.