Changing fill color of drop down list AEM 6.2 HTML5 form
None of the code I've found to change the fill color of a field seems to work for a drop down list. Here are some of the things I've tried:
this.border.fill.presence="visible";
this.fillColor = "255,255,148"; OR this.fillColor.value = "255,255,148";
this.border.fill.presence="visible";
Either of these change the border only, not the fill:
this.ui.oneOfChild.border.fill.color.value="255,255,148"; //border changes to yellow
this.ui.resolveNode("#choiceList").border.fill.color.value ="255,255,148";
Has anyone tackled this problem successfully?
Thanks in advance,
Laurie Murphy