how to apply custom css on textfield textarea background-color.

how to apply custom css on textfield textarea background-color.

how to apply custom css on textfield textarea background-color.
Hi
You can dynamically change the StyleTheme property value based on your use case using an expression.

The reason why I'm insisting to use StyleTheme. In the recent Thingworx upgrade, PTC changed CSS Syntax which does not support custom CSS values - Solved: Custom CSS new syntax for specific button - PTC Community
If you still want to use custom CSS you can use the old syntax
.myCustomClass ptcs-textfield::part(text-box){
background : #000000
}
/VR
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.