Background:
Test found Select: Property: setValueState it is does not work properly on the myContact view. Applying CSS implements the same functionality.
- Add css file
For Example: MyContact Extension App add custom css field: myContactExt.css
1). Right click webapp, Create New Folder: css
2). Right click css folder, Create New Css file: myContactExt.css
- Edit your CSS style .
- Open manifest.json setting the CSS config parameter
- Use custom CSS style
.addStyleClass(‘xxxx’);
.removeStyleClass(‘xxxx’);
===Test Result ===