Highlighting Mandatory Fields
Hi Team,
We are trying to customize the Mandatory fields high light behavior at Open UI.
- Using CSS approach: The below mentioned CSS changes are working properly.
input[aria-required="true"], div.mceGridField input.siebui-ctrl-mvg[aria-required="true"], input[aria-required="true"][readonly="readonly"], input[aria-label *="icon_req"], input[aria-label *="icon_req"][readonly="readonly"]
{
border-color: red !important;
}
2. However, as per business it has to be dynamic. Thus we are trying to implement using script. Please refer the attached zip files for PM & PR files changes.
Pending Items: It is working properly in case of Field change however, the PR method is not invoked in case of new record so after new record the mandatory fields are not highlighted.